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