Skip to content

Commit 08ee43c

Browse files
committed
Add missing ';'
1 parent fc55c8e commit 08ee43c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Nano33_System/examples/Nano33_updateBootloader/Nano33_updateBootloader.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ void setup() {
4545
while (!Serial) {}
4646
Serial.println("Do you want to update only the SoftDevice? Y/[n]");
4747
Serial.println("Yes: upload only the binary of the DoftDevice");
48-
Serial.println("No : upload the SoftDevice binary and update the bootloader to support SoftDevices")
48+
Serial.println("No : upload the SoftDevice binary and update the bootloader to support SoftDevices");
4949

5050
bool confirmation = false;
5151
while (confirmation == false) {

0 commit comments

Comments
 (0)