diff options
| author | Fredrik Orderud <[email protected]> | 2024-08-21 12:14:15 +0200 |
|---|---|---|
| committer | Fredrik Orderud <[email protected]> | 2024-08-21 12:14:15 +0200 |
| commit | 57b3c4c23a59d129f2bdfd3cca894b5a78790072 (patch) | |
| tree | bfc90f4ec1ddab4dbcf6ae035a02d087be4d4ae2 | |
| parent | c4a093eed801a0b848e331c7ee64a91a1b114fdf (diff) | |
[simbatt] Remove unused MAX_SUPPORTED_SIMBATT_CHILDREN define
This define isn't used anywhere in the driver. Therefore proposing to remove it to clean up.
| -rw-r--r-- | simbatt/func/simbattdriverif.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/simbatt/func/simbattdriverif.h b/simbatt/func/simbattdriverif.h index 6fb45d8b..b2157a59 100644 --- a/simbatt/func/simbattdriverif.h +++ b/simbatt/func/simbattdriverif.h @@ -62,7 +62,6 @@ DEFINE_GUID(SIMBATT_DEVINTERFACE_GUID, #define IOCTL_SIMBATT_SET_UNIQUE_ID SIMBATT_IOCTL(0x809) #define IOCTL_SIMBATT_GET_MAXCHARGINGCURRENT SIMBATT_IOCTL(0x810) #define SIMBATT_RATE_CALCULATE 0x7fffffff -#define MAX_SUPPORTED_SIMBATT_CHILDREN 20 //------------------------------------------------------------------- Data Types |
