kopia lustrzana https://github.com/bristol-seds/pico-tracker
[xosc] always _enable_ external tcxo when enabling hf clock
XOSC_TCXO_SHUTDOWN_EN only control disablingmain-solar-only
rodzic
4a54e7f0ab
commit
69ef134409
|
@ -74,9 +74,7 @@ void hf_clock_enable(void)
|
||||||
|
|
||||||
/* Enable TCXO if required */
|
/* Enable TCXO if required */
|
||||||
#ifdef SI4xxx_TCXO_REG_EN_PIN
|
#ifdef SI4xxx_TCXO_REG_EN_PIN
|
||||||
#if XOSC_TCXO_SHUTDOWN_EN
|
|
||||||
port_pin_set_output_level(SI4xxx_TCXO_REG_EN_PIN, 1);
|
port_pin_set_output_level(SI4xxx_TCXO_REG_EN_PIN, 1);
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Setup XOSC */
|
/* Setup XOSC */
|
||||||
|
|
Ładowanie…
Reference in New Issue