diff options
Diffstat (limited to 'demos/STM32/NIL-STM32F100-DISCOVERY/main.c')
-rw-r--r-- | demos/STM32/NIL-STM32F100-DISCOVERY/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM32/NIL-STM32F100-DISCOVERY/main.c b/demos/STM32/NIL-STM32F100-DISCOVERY/main.c index 7d3d72f2c..7f3660225 100644 --- a/demos/STM32/NIL-STM32F100-DISCOVERY/main.c +++ b/demos/STM32/NIL-STM32F100-DISCOVERY/main.c @@ -15,7 +15,7 @@ */
#include "hal.h"
-#include "nil.h"
+#include "ch.h"
/*
* Thread 1.
|