Skip to content

Commit 1537217

Browse files
committed
Add suggestions from PR #67 review
1 parent bad8e6d commit 1537217

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libraries/Portenta_System/examples/PortentaH7_getBootloaderInfo/PortentaH7_getBootloaderInfo.ino

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ String getUSBSpeed(uint8_t flag) {
3030
String getClockSource(uint8_t flag) {
3131
switch (flag){
3232
case 0x8:
33-
return "External clock (ST Link MCO)";
33+
return "External oscillator";
3434
case 0x4:
35-
return "External xtal (X3 on board - not provided by default)";
35+
return "External crystal";
3636
case 0x2:
37-
return "HSI internal clock";
37+
return "Internal clock";
3838
default:
3939
return "N/A";
4040
}

0 commit comments

Comments
 (0)