Skip to content

Commit

Permalink
Added comment on why method has no content
Browse files Browse the repository at this point in the history
  • Loading branch information
rac2030 committed Jun 16, 2018
1 parent 2657c6b commit d52a992
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions firmware/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history
build/
**/.history
**/build/
*.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ void setup()
Serial.println("Initialized interrupts");
}

void loop(){}
void loop(){ /** Not used but needs to be declared for arduino **/}

0 comments on commit d52a992

Please sign in to comment.