Skip to content
Snippets Groups Projects
Commit de289cfd authored by zenox's avatar zenox
Browse files

changed blink_timer[] init

parent 7c16c31f
No related branches found
No related tags found
No related merge requests found
......@@ -146,7 +146,7 @@ int epic_leds_get_rocket(int led)
return ret;
}
static TimerHandle_t blink_timer[NUM_ROCKETS];
static TimerHandle_t blink_timer[] = {NULL, NULL ,NULL};
void bTimerCallback(TimerHandle_t blink_timer)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment