Fixed wrong include

This commit is contained in:
Pascal Serrarens 2024-01-03 11:31:58 +01:00
parent 502121ba3b
commit 000ca8d4e3

View File

@ -1,7 +1,5 @@
#include <Switch.h>
#include "Switch.h"
Switch::Switch() {}
bool Switch::IsOn() {
return false;
}
bool Switch::IsOn() { return false; }