add external libraries and update stm version
[mTask.git] / int / nucleo-f767-blinky / src / task.c
index 06b738d..29c955b 100644 (file)
@@ -6,8 +6,8 @@
 #include <stdio.h>
 #endif
 
-#include "misc.h"
 #include "task.h"
+#include "interface.h"
 
 struct task tasks[MAXTASKS];