diff options
-rw-r--r-- | board/corori2/board.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/board/corori2/board.h b/board/corori2/board.h index 5ed39cf531..062ff4237e 100644 --- a/board/corori2/board.h +++ b/board/corori2/board.h @@ -37,8 +37,9 @@ #define CONFIG_CHARGER_RAA489000 #define CONFIG_CHARGER_SENSE_RESISTOR_AC 10 #define CONFIG_CHARGER_SENSE_RESISTOR 10 -#define CONFIG_OCPC_DEF_RBATT_MOHMS 22 /* R_DS(on) 11.6mOhm + 10mOhm sns rstr \ - */ +#define CONFIG_OCPC_DEF_RBATT_MOHMS \ + 22 /* R_DS(on) 11.6mOhm + 10mOhm sns rstr \ + */ #define CONFIG_OCPC #undef CONFIG_CHARGER_SINGLE_CHIP #undef CONFIG_USB_PD_TCPC_LPM_EXIT_DEBOUNCE |