Skip to content

Commit f71137e

Browse files
facchinmcmaglie
authored andcommitted
Remove useless include
1 parent 8437720 commit f71137e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootloaders/zero/board_driver_i2c.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
*/
1919

2020
#include "board_driver_i2c.h"
21-
#include "board_driver_led.h"
2221

2322
#ifdef CONFIGURE_PMIC
2423

@@ -617,6 +616,7 @@ bool setChargeVoltage(uint16_t voltage) {
617616
void apply_pmic_newdefaults()
618617
{
619618
disableWatchdog();
619+
620620
//disableDPDM();
621621
setInputVoltageLimit(4360); // default
622622
setInputCurrentLimit(900); // 900mA

0 commit comments

Comments
 (0)