diff options
Diffstat (limited to 'demos/STM32/NIL-STM32F746G-DISCOVERY/main.c')
-rw-r--r-- | demos/STM32/NIL-STM32F746G-DISCOVERY/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM32/NIL-STM32F746G-DISCOVERY/main.c b/demos/STM32/NIL-STM32F746G-DISCOVERY/main.c index 13c07901c..5c6552163 100644 --- a/demos/STM32/NIL-STM32F746G-DISCOVERY/main.c +++ b/demos/STM32/NIL-STM32F746G-DISCOVERY/main.c @@ -16,7 +16,7 @@ #include "hal.h"
#include "ch.h"
-#include "ch_test.h"
+#include "nil_test_root.h"
/*
* Blinker thread #1.
|