Skip to content

Commit

Permalink
Predeclare for compile fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin committed Apr 19, 2016
1 parent fa4f41f commit 89bab5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arduino/failsafe/failsafe.ino
Expand Up @@ -12,6 +12,8 @@
bool failed = false;
int misses = 0;

void enabled();
void disabled();
void (*mode)() = enabled;

void setup() {
Expand Down

0 comments on commit 89bab5a

Please sign in to comment.