Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
05a6ebbf5f
|
@ -19,6 +19,7 @@ sdk_extension:
|
|||
- id: cp_efr32
|
||||
version: 1.0.0
|
||||
component:
|
||||
- {id: device_init_dpll}
|
||||
- {id: bluetooth_feature_nvm}
|
||||
- {id: bluetooth_feature_gatt_server}
|
||||
- {id: bluetooth_feature_sm}
|
||||
|
|
|
@ -50,7 +50,7 @@ float common_hal_mcu_processor_get_voltage(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[]) {
|
||||
|
|
Loading…
Reference in New Issue