We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7049594 commit 0af04bdCopy full SHA for 0af04bd
example/main.c
@@ -229,7 +229,7 @@ int main (void)
229
cpt_example_led_flash_init(&s_tExampleCPT[1], s_dwStack1, sizeof(s_dwStack1));
230
231
while (1) {
232
-#if 0
+
233
__perf_counter_printf__("System Stack Remain: %"PRIu32 "\r\n",
234
perfc_stack_remain((uintptr_t)&Image$$ARM_LIB_STACK$$ZI$$Base));
235
@@ -272,7 +272,7 @@ int main (void)
272
273
274
perfc_coroutine_call((perfc_coroutine_t *)&s_tExampleCPT[1]);
275
-#endif
276
pt_example_led_flash(&s_tExamplePT);
277
}
278
0 commit comments