rearrange the folder structure

This commit is contained in:
2021-05-10 15:40:01 +02:00
parent 455439f2a9
commit 4c2cdcb040
13 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -5,9 +5,9 @@
#include <time.h>
#include "config.h"
#include "motorControl.h"
#include "hardware/motorControl.h"
#include "moveControl.h"
#include "speedometer.h"
#include "hardware/speedometer.h"
#include "debugMqtt.h"
void callbackControllerAction();