Adding MHP30 to makefile

This commit is contained in:
Ben V. Brown
2021-04-27 21:44:35 +10:00
parent 67ba9e20c0
commit 6d0f9897b9
3 changed files with 9 additions and 19 deletions

View File

@@ -40,16 +40,4 @@ uint8_t usb_pd_detect() {
return false;
}
bool getIsPoweredByDCIN() {
#ifdef MODEL_TS80
return false;
#endif
#ifdef MODEL_TS80P
return false;
#endif
#ifdef MODEL_TS100
return true;
#endif
}
bool getIsPoweredByDCIN() { return false; }