Skip to content
Snippets Groups Projects
Commit f71137ed authored by Martino Facchin's avatar Martino Facchin Committed by Cristian Maglie
Browse files

Remove useless include

parent 84377209
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,6 @@
*/
#include "board_driver_i2c.h"
#include "board_driver_led.h"
#ifdef CONFIGURE_PMIC
......@@ -617,6 +616,7 @@ bool setChargeVoltage(uint16_t voltage) {
void apply_pmic_newdefaults()
{
disableWatchdog();
//disableDPDM();
setInputVoltageLimit(4360); // default
setInputCurrentLimit(900); // 900mA
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment