Enforce no EPR polling for non >20V devices

This commit is contained in:
Ben V. Brown
2023-12-09 23:02:20 +11:00
parent 20ad63d020
commit ea72aea47d
7 changed files with 19 additions and 13 deletions

View File

@@ -152,8 +152,9 @@
#define PROFILE_SUPPORT
#define POW_PD 1
#define POW_PD_EXT 0
#define POW_PD 1
#define POW_PD_EXT 0
#define USB_PD_EPR_WATTAGE 0 /*No EPR*/
#define TEMP_NTC
#define I2C_SOFT_BUS_2 1
#define I2C_SOFT_BUS_1 1