Remove arduino include
This commit is contained in:
parent
0f1d6756af
commit
c48b480304
@ -275,8 +275,6 @@ InterestingThing *Perception::GetMostInterestingThing() {
|
|||||||
return closestObject;
|
return closestObject;
|
||||||
}
|
}
|
||||||
|
|
||||||
#include <Arduino.h>
|
|
||||||
|
|
||||||
void Perception::Update(float currentTimeMs) {
|
void Perception::Update(float currentTimeMs) {
|
||||||
float deltaTime = (currentTimeMs - lastUpdateTimeMs) / 1000;
|
float deltaTime = (currentTimeMs - lastUpdateTimeMs) / 1000;
|
||||||
if (deltaTime <= 0)
|
if (deltaTime <= 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user