mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-12-13 03:34:35 +00:00
Fix SD over USB (#1081)
Remove clkin_detect_init() from cpu_clock_init() mirroring upstream change from the hackrf repo Co-authored-by: Eisenberger Tamas <e.tamas@iwstudio.hu>
This commit is contained in:
parent
0fc748a234
commit
35b381ae77
@ -807,10 +807,6 @@ void cpu_clock_init(void) {
|
||||
// CCU2_CLK_APLL_CFG = 0;
|
||||
// CCU2_CLK_SDIO_CFG = 0;
|
||||
#endif
|
||||
|
||||
if (detected_platform() == BOARD_ID_HACKRF1_R9) {
|
||||
clkin_detect_init();
|
||||
}
|
||||
}
|
||||
|
||||
clock_source_t activate_best_clock_source(void) {
|
||||
|
Loading…
Reference in New Issue
Block a user