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 a15c111 + 8d87c18 commit 0e96eceCopy full SHA for 0e96ece
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
- {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