1
0
forked from me/IronOS

Update Power.cpp

This commit is contained in:
discip
2022-05-04 00:13:46 +02:00
committed by GitHub
parent fd7db70fde
commit a5975b3385

View File

@@ -22,11 +22,7 @@ void power_check() {
} }
bool getIsPoweredByDCIN() { bool getIsPoweredByDCIN() {
#ifdef MODEL_TS80 #if defined(MODEL_TS80) + defined(MODEL_TS80P) > 0
return false;
#endif
#ifdef MODEL_TS80P
return false; return false;
#endif #endif