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

removed #define

parent 539c7fb8
No related branches found
No related tags found
No related merge requests found
Pipeline #4074 failed
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
//TODO: create smth like vTaskDelay(pdMS_TO_TICKS(//put ms here)) for us, remove blocking delay from /lib/leds.c to avoid process blocking //TODO: create smth like vTaskDelay(pdMS_TO_TICKS(//put ms here)) for us, remove blocking delay from /lib/leds.c to avoid process blocking
#define NUM_LEDS 15 /* Take from lib/card10/leds.c */ #define NUM_LEDS 15 /* Take from lib/card10/leds.c */
#define NUM_ROCKETS
static void do_update() static void do_update()
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment