rearrange the folder structure
This commit is contained in:
+2
-2
@@ -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();
|
||||
|
||||
+2
-2
@@ -3,8 +3,8 @@
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
#include "motorControl.h"
|
||||
#include "speedometer.h"
|
||||
#include "hardware/motorControl.h"
|
||||
#include "hardware/speedometer.h"
|
||||
#include "config.h"
|
||||
#include "debugMqtt.h"
|
||||
|
||||
|
||||
+2
-2
@@ -4,8 +4,8 @@
|
||||
#include <cstdint>
|
||||
#include <list>
|
||||
|
||||
#include "motorControl.h"
|
||||
#include "speedometer.h"
|
||||
#include "hardware/motorControl.h"
|
||||
#include "hardware/speedometer.h"
|
||||
#include "config.h"
|
||||
|
||||
struct Point{
|
||||
|
||||
Reference in New Issue
Block a user