We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b40685 commit 6969926Copy full SHA for 6969926
cores/nRF5/debug.cpp
@@ -163,9 +163,9 @@ void dbgMemInfo(void)
163
void dbgPrintVersion(void)
164
{
165
Serial.println();
166
- Serial.println("BSP Library : " ARDUINO_BSP_VERSION);
167
- Serial.printf ("Firmware : %s\n", getFirmwareVersion());
168
- Serial.printf ("Serial No : %s\n", getMcuUniqueID());
+ Serial.println("BSP Library : " ARDUINO_BSP_VERSION);
+ Serial.printf ("Firmware : %s\n", getFirmwareVersion());
+ Serial.printf ("Serial No : %s\n", getMcuUniqueID());
169
170
}
171
0 commit comments