Skip to content

Commit

Permalink
Merge branch 'master' into v3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
profezzorn committed Jan 5, 2020
2 parents 77d6149 + 612cba9 commit 8f8ed22
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 8f8ed22

Please sign in to comment.