Removed Arduino include
This commit is contained in:
parent
c48b480304
commit
59fab064a6
@ -31,8 +31,6 @@ bool InterestingThing::IsTheSameAs(InterestingThing *otherObj) {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
#include <Arduino.h>
|
|
||||||
|
|
||||||
bool InterestingThing::DegradeConfidence(float deltaTime) {
|
bool InterestingThing::DegradeConfidence(float deltaTime) {
|
||||||
unsigned char confidenceDrop =
|
unsigned char confidenceDrop =
|
||||||
(unsigned char)((float)confidenceDropSpeed * deltaTime);
|
(unsigned char)((float)confidenceDropSpeed * deltaTime);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user