Skip to content

Commit 8f8ed22

Browse files
committed
Merge branch 'master' into v3.x
2 parents 77d6149 + 612cba9 commit 8f8ed22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blades/power_pin.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class PowerPinSingleton {
3636
digitalWrite(PIN, 0);
3737
}
3838
}
39-
staic void DeInit() {
39+
static void DeInit() {
4040
if (--init_refs_ == 0) {
4141
pinMode(PIN, INPUT_ANALOG);
4242
}

0 commit comments

Comments
 (0)