diff options
author | Ben V. Brown <[email protected]> | 2020-05-30 12:43:49 +1000 |
---|---|---|
committer | Ben V. Brown <[email protected]> | 2020-05-30 12:43:49 +1000 |
commit | 7cff1cdf3bea0e443bd75bd78cef6574194cb3f9 (patch) | |
tree | af81a2ae8d37e2ad26afddf0e8f87201a1a3aaa1 | |
parent | 05b43dfa1ce5769b6ef42e02e9d37b852dd8776c (diff) | |
download | IronOS-7cff1cdf3bea0e443bd75bd78cef6574194cb3f9.tar.gz IronOS-7cff1cdf3bea0e443bd75bd78cef6574194cb3f9.zip |
Update Power.cpp
-rw-r--r-- | workspace/TS100/Core/BSP/Miniware/Power.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/workspace/TS100/Core/BSP/Miniware/Power.cpp b/workspace/TS100/Core/BSP/Miniware/Power.cpp index 9abe8008..30386c83 100644 --- a/workspace/TS100/Core/BSP/Miniware/Power.cpp +++ b/workspace/TS100/Core/BSP/Miniware/Power.cpp @@ -1,6 +1,7 @@ #include "BSP.h" #include "BSP_Power.h" #include "QC3.h" +#include "Settings.h" void power_probe() { // If TS80 probe for QC // If TS100 - noop |