Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: FATFileSystem mbed-rtos mbed
Fork of USBHost by
Diff: USBHost/USBEndpoint.h
- Revision:
- 24:868cbfe611a7
- Parent:
- 9:7671b6a8c363
- Child:
- 37:f1e388e7b752
diff -r 759ec18ee1a7 -r 868cbfe611a7 USBHost/USBEndpoint.h
--- a/USBHost/USBEndpoint.h Fri Mar 07 16:00:46 2014 +0000
+++ b/USBHost/USBEndpoint.h Tue Jun 03 11:30:38 2014 +0100
@@ -136,9 +136,9 @@
inline bool isSetup() { return setup; }
inline USBEndpoint * nextEndpoint() { return (USBEndpoint*)nextEp; };
inline uint8_t getIntfNb() { return intf_nb; };
-
+
USBDeviceConnected * dev;
-
+
Queue<uint8_t, 1> ep_queue;
private:
@@ -163,7 +163,7 @@
volatile HCTD * td_list[2];
volatile HCTD * td_current;
volatile HCTD * td_next;
-
+
uint8_t intf_nb;
};
