diff options
Diffstat (limited to 'demos/STM32/NIL-STM32F051-DISCOVERY')
-rw-r--r-- | demos/STM32/NIL-STM32F051-DISCOVERY/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM32/NIL-STM32F051-DISCOVERY/main.c b/demos/STM32/NIL-STM32F051-DISCOVERY/main.c index 6b42af33d..b6cb5b30d 100644 --- a/demos/STM32/NIL-STM32F051-DISCOVERY/main.c +++ b/demos/STM32/NIL-STM32F051-DISCOVERY/main.c @@ -16,7 +16,7 @@ #include "hal.h"
#include "ch.h"
-#include "ch_test.h"
+#include "nil_test_root.h"
/*
* Thread 1.
|