Skip to content

Commit

Permalink
compile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
profezzorn committed Jan 5, 2020
1 parent e8ca2c2 commit 612cba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blades/power_pin.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class PowerPinSingleton {
digitalWrite(PIN, 0);
}
}
staic void DeInit() {
static void DeInit() {
if (--init_refs_ == 0) {
pinMode(PIN, INPUT_ANALOG);
}
Expand Down

0 comments on commit 612cba9

Please sign in to comment.