Removed Arduino include
This commit is contained in:
parent
a890cdb7fb
commit
7d3fcba55d
@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
// #define RC_DEBUG2
|
// #define RC_DEBUG
|
||||||
#ifdef RC_DEBUG2
|
#ifdef RC_DEBUG
|
||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -193,7 +193,6 @@ bool Perception::ObjectNearby(float direction, float range) {
|
|||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
#include <Arduino.h>
|
|
||||||
|
|
||||||
// #include <WifiSync.h>
|
// #include <WifiSync.h>
|
||||||
// This function is deprecated
|
// This function is deprecated
|
||||||
|
Loading…
x
Reference in New Issue
Block a user