Fixed typo
This commit is contained in:
parent
eb4115367a
commit
45b66f48e1
12 changed files with 45 additions and 45 deletions
|
|
@ -317,13 +317,13 @@ void initBoard()
|
|||
Wire1.begin(I2C1_SDA, I2C1_SCL);
|
||||
#endif
|
||||
|
||||
#ifdef RADIO_TXCO_ENABLE
|
||||
#ifdef RADIO_TCXO_ENABLE
|
||||
/*
|
||||
* In the T3 V1.6.1 TXCO version, Radio DIO1 is connected to Radio’s
|
||||
* In the T3 V1.6.1 TCXO version, Radio DIO1 is connected to Radio’s
|
||||
* internal temperature-compensated crystal oscillator enable
|
||||
* */
|
||||
pinMode(RADIO_TXCO_ENABLE, OUTPUT);
|
||||
digitalWrite(RADIO_TXCO_ENABLE, HIGH);
|
||||
pinMode(RADIO_TCXO_ENABLE, OUTPUT);
|
||||
digitalWrite(RADIO_TCXO_ENABLE, HIGH);
|
||||
#endif
|
||||
|
||||
#ifdef HAS_GPS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue