fixed includes

This commit is contained in:
Jasper Güldenstein 2020-11-15 14:50:10 +01:00
parent 6c92b1ca1a
commit 6ec006ddd2
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
#include "emetteur_rf.h" #include "RFOutput.h"
#include <stdio.h> #include <stdio.h>
char buf[100]; char buf[100];

View file

@ -26,9 +26,9 @@
#include "IncrEncoder.h" #include "IncrEncoder.h"
#include "DcMotor.h" #include "DcMotor.h"
#include "Sail.h" #include "Sail.h"
#include "alimentation.h" #include "Alimentation.h"
#include "accelerometer.h" #include "Accelerometer.h"
#include "emetteur_rf.h" #include "RFOutput.h"
#define CONTROL_LOOP_PERIOD 250 #define CONTROL_LOOP_PERIOD 250
#define MSG_TRANSFER_PERIOD 3000 #define MSG_TRANSFER_PERIOD 3000