8000
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.
2 parents 85fbd64 + 0e96ece commit 05a6ebbCopy full SHA for 05a6ebb
ports/silabs/circuitpython_efr32.slcp
@@ -19,6 +19,7 @@ sdk_extension:
19
- id: cp_efr32
20
version: 1.0.0
21
component:
22
+- {id: device_init_dpll}
23
- {id: bluetooth_feature_nvm}
24
- {id: bluetooth_feature_gatt_server}
25
- 84F9 {id: bluetooth_feature_sm}
ports/silabs/common-hal/microcontroller/Processor.c
@@ -50,7 +50,7 @@ float common_hal_mcu_processor_get_voltage(void) {
50
}
51
52
uint32_t common_hal_mcu_processor_get_frequency(void) {
53
- return CMU_ClockFreqGet(cmuClock_HCLK);
+ return CMU_ClockFreqGet(cmuClock_SYSCLK);
54
55
56
void common_hal_mcu_processor_get_uid(uint8_t raw_id[]) {
0 commit comments