Skip to content

Commit

Permalink
fixed missing semicolon #bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
pyr0ball committed Jan 3, 2020
1 parent 49bfe76 commit 568dc93
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -281,7 +281,7 @@ void updateParams() {
Serial.println("GAIN_F 3 <~ set gain factor to index 3 (6x)");
Serial.println("VFOL 2350 <~ set the vref floor to 2.35V");
#else
Serial.println("Check docs.pyroballpcbs.com/config")
Serial.println("Check docs.pyroballpcbs.com/config");
#endif // defined(ARDUINO_AVR_ATmega328PB)
}
parseData();
Expand Down

0 comments on commit 568dc93

Please sign in to comment.