From 568dc93311a8d3494a61e922cccb929b97420f75 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Thu, 2 Jan 2020 16:03:12 -0800 Subject: [PATCH] fixed missing semicolon #bugfix --- firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/src/pP_serial.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/src/pP_serial.h b/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/src/pP_serial.h index 55c537f..61e1252 100644 --- a/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/src/pP_serial.h +++ b/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/src/pP_serial.h @@ -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();