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