Merge remote-tracking branch 'origin/main'

This commit is contained in:
Hosted Weblate 2023-10-03 15:21:12 +00:00
commit 05a6ebbf5f
No known key found for this signature in database
GPG Key ID: A3FAAA06E6569B4C
2 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@ sdk_extension:
- id: cp_efr32 - id: cp_efr32
version: 1.0.0 version: 1.0.0
component: component:
- {id: device_init_dpll}
- {id: bluetooth_feature_nvm} - {id: bluetooth_feature_nvm}
- {id: bluetooth_feature_gatt_server} - {id: bluetooth_feature_gatt_server}
- {id: bluetooth_feature_sm} - {id: bluetooth_feature_sm}

View File

@ -50,7 +50,7 @@ float common_hal_mcu_processor_get_voltage(void) {
} }
uint32_t common_hal_mcu_processor_get_frequency(void) { uint32_t common_hal_mcu_processor_get_frequency(void) {
return CMU_ClockFreqGet(cmuClock_HCLK); return CMU_ClockFreqGet(cmuClock_SYSCLK);
} }
void common_hal_mcu_processor_get_uid(uint8_t raw_id[]) { void common_hal_mcu_processor_get_uid(uint8_t raw_id[]) {