From edaa75c2a63fd16a04e1234d5860e42545936c55 Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" Date: Thu, 16 Jun 2022 21:47:03 +1000 Subject: [PATCH] Update USBPD.h --- source/Core/Drivers/USBPD.h | 1 - 1 file changed, 1 deletion(-) diff --git a/source/Core/Drivers/USBPD.h b/source/Core/Drivers/USBPD.h index bda57c0a..c521b3b2 100644 --- a/source/Core/Drivers/USBPD.h +++ b/source/Core/Drivers/USBPD.h @@ -21,7 +21,6 @@ public: static uint8_t getStateNumber(); // Debugging - Get the internal state number static bool isVBUSConnected(); // Is the VBus pin connected on the FUSB302 static void triggerRenegotiation(); // Trigger a restart of voltage selection - static bool isVBUSConnected(); // Is the VBus pin connected on the FUSB302 static pd_msg *getLastSeenCapabilities(); // returns pointer to the last seen capabilities from the powersource private: //