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

changed blink_timer[] init

parent 7c16c31f
Branches
Tags
1 merge request!325flash_rocket
......@@ -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