diff --git a/example/main.c b/example/main.c index ce2c4eb..1418f6f 100644 --- a/example/main.c +++ b/example/main.c @@ -97,8 +97,7 @@ int main (void) //! demo of using clock() in timer.h do { clock_t tStart = clock(); - safe_atom_code() - { + safe_atom_code() { printf("no interrupt \r\n"); } printf("used clock cycle: %d", (int32_t)(clock() - tStart));