We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcc793e commit c230269Copy full SHA for c230269
sst_c/examples/blinky_button/bsp_ek-tm4c123gxl.c
@@ -61,7 +61,7 @@ void SysTick_Handler(void) { /* system clock tick ISR */
61
BSP_d1on();
62
63
/* immutable timeout event */
64
- static SST_Evt const tickEvt = { TICK_SIG };
+ static SST_Evt const tickEvt = { TIMEOUT_SIG };
65
SST_Task_post(AO_Blinky1, &tickEvt); /* every tick is fast for Blinky1 */
66
SST_Task_post(AO_Blinky3, &tickEvt);
67
0 commit comments