Skip to content

Commit 098f30e

Browse files
committed
add println in example 10
1 parent e854088 commit 098f30e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libraries/Apollo3/examples/Example10_DisplayICRevision/Example10_DisplayICRevision.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ void setup()
3232
{
3333
Serial.print("Unknown revision");
3434
}
35+
Serial.println();
36+
3537
//Unique ChipID
3638
am_hal_mcuctrl_device_t sDevice;
3739
am_hal_mcuctrl_info_get(AM_HAL_MCUCTRL_INFO_DEVICEID, &sDevice);

0 commit comments

Comments
 (0)