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/MHP30 | |
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/MHP30')
-rw-r--r-- | source/Core/BSP/MHP30/configuration.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/Core/BSP/MHP30/configuration.h b/source/Core/BSP/MHP30/configuration.h index c36687f4..0443adb9 100644 --- a/source/Core/BSP/MHP30/configuration.h +++ b/source/Core/BSP/MHP30/configuration.h @@ -157,7 +157,8 @@ #define PROFILE_SUPPORT -#define POW_PD 1 +#define POW_PD 1 +#define POW_PD_EXT 0 #define TEMP_NTC #define I2C_SOFT_BUS_2 #define BATTFILTERDEPTH 8 |