Skip to content

Commit c230269

Browse files
committed
fix bug at tiva C bsp
1 parent dcc793e commit c230269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sst_c/examples/blinky_button/bsp_ek-tm4c123gxl.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ void SysTick_Handler(void) { /* system clock tick ISR */
6161
BSP_d1on();
6262

6363
/* immutable timeout event */
64-
static SST_Evt const tickEvt = { TICK_SIG };
64+
static SST_Evt const tickEvt = { TIMEOUT_SIG };
6565
SST_Task_post(AO_Blinky1, &tickEvt); /* every tick is fast for Blinky1 */
6666
SST_Task_post(AO_Blinky3, &tickEvt);
6767

0 commit comments

Comments
 (0)