mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Update Power.cpp
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user