Skip to content

Commit 0af04bd

Browse files
committed
Update main.c
1 parent 7049594 commit 0af04bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ int main (void)
229229
cpt_example_led_flash_init(&s_tExampleCPT[1], s_dwStack1, sizeof(s_dwStack1));
230230

231231
while (1) {
232-
#if 0
232+
233233
__perf_counter_printf__("System Stack Remain: %"PRIu32 "\r\n",
234234
perfc_stack_remain((uintptr_t)&Image$$ARM_LIB_STACK$$ZI$$Base));
235235

@@ -272,7 +272,7 @@ int main (void)
272272

273273

274274
perfc_coroutine_call((perfc_coroutine_t *)&s_tExampleCPT[1]);
275-
#endif
275+
276276
pt_example_led_flash(&s_tExamplePT);
277277
}
278278
}

0 commit comments

Comments
 (0)