8000 Merge remote-tracking branch 'origin/main' · pypewpew/circuitpython@05a6ebb · GitHub
[go: up one dir, main page]

Skip to content

Commit 05a6ebb

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 85fbd64 + 0e96ece commit 05a6ebb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ports/silabs/circuitpython_efr32.slcp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ sdk_extension:
1919
- id: cp_efr32
2020
version: 1.0.0
2121
component:
22+
- {id: device_init_dpll}
2223
- {id: bluetooth_feature_nvm}
2324
- {id: bluetooth_feature_gatt_server}
2425
- 84F9 {id: bluetooth_feature_sm}

ports/silabs/common-hal/microcontroller/Processor.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ float common_hal_mcu_processor_get_voltage(void) {
5050
}
5151

5252
uint32_t common_hal_mcu_processor_get_frequency(void) {
53-
return CMU_ClockFreqGet(cmuClock_HCLK);
53+
return CMU_ClockFreqGet(cmuClock_SYSCLK);
5454
}
5555

5656
void common_hal_mcu_processor_get_uid(uint8_t raw_id[]) {

0 commit comments

Comments
 (0)
0