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() {
#ifdef MODEL_TS80
return false;
#endif
#ifdef MODEL_TS80P
#if defined(MODEL_TS80) + defined(MODEL_TS80P) > 0
return false;
#endif