Fixed wrong include
This commit is contained in:
parent
502121ba3b
commit
000ca8d4e3
@ -1,7 +1,5 @@
|
|||||||
#include <Switch.h>
|
#include "Switch.h"
|
||||||
|
|
||||||
Switch::Switch() {}
|
Switch::Switch() {}
|
||||||
|
|
||||||
bool Switch::IsOn() {
|
bool Switch::IsOn() { return false; }
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user