This commit is contained in:
Ben V. Brown
2021-01-17 09:19:47 +11:00
parent 2785813f58
commit c067b02cf0
5 changed files with 8 additions and 10 deletions

View File

@@ -28,7 +28,6 @@ void power_check() {
uint8_t usb_pd_detect() {
#ifdef POW_PD
FUSB302_present = fusb302_detect();
return FUSB302_present;
#endif
return false;