Skip to content

Commit dc0f837

Browse files
authored
Merge pull request #2905 from entr0p1/fix/heltec-t114-nrf-dcdc
Heltec T114 - nRF52840 DC-DC Regulator
2 parents 7f4f03d + 7f8522a commit dc0f837

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

variants/heltec_t114/T114Board.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ void T114Board::initiateShutdown(uint8_t reason) {
3333
#endif // NRF52_POWER_MANAGEMENT
3434

3535
void T114Board::begin() {
36-
NRF52Board::begin();
36+
NRF52BoardDCDC::begin();
3737

3838
pinMode(PIN_VBAT_READ, INPUT);
3939

0 commit comments

Comments
 (0)