fixed missing semicolon #bugfix

This commit is contained in:
pyr0ball 2020-01-02 16:03:12 -08:00
parent 49bfe7663b
commit 568dc93311

View file

@ -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();