Skip to content

Commit 7c3f963

Browse files
committed
Update Begin.ino
1 parent ed628ca commit 7c3f963

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Firmware/GNSSDO_Firmware/Begin.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,12 +481,14 @@ void pinI2C2Task(void *pvParameters)
481481
presentSIT5811 = true;
482482
i2cTCXO = i2c_2;
483483
break;
484+
}
484485

485486
case SFE_GNSSDO_OSC_SIT5358: {
486487
systemPrintf("0x%02x - SiT5358 TCXO\r\n", addr);
487488
presentSIT5358 = true;
488489
i2cTCXO = i2c_2;
489490
break;
491+
}
490492

491493
case SFE_GNSSDO_OSC_STP3593LF: {
492494
systemPrintf("0x%02x - STP3593LF TCXO\r\n", addr);

0 commit comments

Comments
 (0)