diff options
author | Ivan Zorin <[email protected]> | 2023-06-20 03:59:36 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2023-06-20 00:59:36 +0000 |
commit | 155cf386b11e830296c5b223b115f2b2f22b6534 (patch) | |
tree | 89944f53bc5f2f679e2ee4ec89924eac233b264a /source/Core/BSP/Pinecilv2/configuration.h | |
parent | 55d44208076e5d54818604fe90c4f55667313463 (diff) | |
download | IronOS-155cf386b11e830296c5b223b115f2b2f22b6534.tar.gz IronOS-155cf386b11e830296c5b223b115f2b2f22b6534.zip |
Zipping compiler warning about POW_PD_EXT / Two options (#1711)
* Zipping compiler warning about POW_PD_EXT / Option A
* Zipping compiler warning about POW_PD_EXT / Option B
* BSP/configuration.h: implement option A for POW_PD_EXT warning
---------
Co-authored-by: Ben V. Brown <[email protected]>
Diffstat (limited to 'source/Core/BSP/Pinecilv2/configuration.h')
-rw-r--r-- | source/Core/BSP/Pinecilv2/configuration.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Core/BSP/Pinecilv2/configuration.h b/source/Core/BSP/Pinecilv2/configuration.h index d7a73f9d..e0af4688 100644 --- a/source/Core/BSP/Pinecilv2/configuration.h +++ b/source/Core/BSP/Pinecilv2/configuration.h @@ -146,6 +146,7 @@ #define MIN_BOOST_TEMP_F 480 // The min settable temp for boost mode °F #define DEVICE_HAS_VALIDATION_CODE // We have 2 digit validations #define POW_PD 1 // Supported features +#define POW_PD_EXT 0 // Future-proof macro for other models with other PD modes #define POW_QC 1 // Supported features #define POW_DC 1 // Supported features #define POW_QC_20V 1 // Supported features |