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/Drivers | |
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/Drivers')
-rw-r--r-- | source/Core/Drivers/HUB238.cpp | 2 | ||||
-rw-r--r-- | source/Core/Drivers/HUB238.hpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source/Core/Drivers/HUB238.cpp b/source/Core/Drivers/HUB238.cpp index fe5bf52d..3a88c185 100644 --- a/source/Core/Drivers/HUB238.cpp +++ b/source/Core/Drivers/HUB238.cpp @@ -217,4 +217,4 @@ uint8_t hub238_source_currentX100() { } return 10;//Failsafe to 0.1 amp } -#endif
\ No newline at end of file +#endif diff --git a/source/Core/Drivers/HUB238.hpp b/source/Core/Drivers/HUB238.hpp index 5eb1dbbd..341a28fd 100644 --- a/source/Core/Drivers/HUB238.hpp +++ b/source/Core/Drivers/HUB238.hpp @@ -48,4 +48,4 @@ uint8_t hub238_source_currentX100(); uint16_t hub238_getVoltagePDOCurrent(uint8_t voltage); #endif -#endif
\ No newline at end of file +#endif |