Update USBPD.h

This commit is contained in:
Ben V. Brown
2022-06-16 21:47:03 +10:00
parent ca0f35ceea
commit edaa75c2a6

View File

@@ -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:
//