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 bad8e6d commit 1537217Copy full SHA for 1537217
libraries/Portenta_System/examples/PortentaH7_getBootloaderInfo/PortentaH7_getBootloaderInfo.ino
@@ -30,11 +30,11 @@ String getUSBSpeed(uint8_t flag) {
30
String getClockSource(uint8_t flag) {
31
switch (flag){
32
case 0x8:
33
- return "External clock (ST Link MCO)";
+ return "External oscillator";
34
case 0x4:
35
- return "External xtal (X3 on board - not provided by default)";
+ return "External crystal";
36
case 0x2:
37
- return "HSI internal clock";
+ return "Internal clock";
38
default:
39
return "N/A";
40
}
0 commit comments