mirror of https://github.com/ARMmbed/mbed-os.git
USBHOST : USBHOST_OTHER add control disable counter
parent
73d8e5e9ef
commit
c860377464
|
@ -164,6 +164,10 @@ private:
|
|||
|
||||
bool volatile edBufAlloc[MAX_ENDPOINT];
|
||||
bool volatile tdBufAlloc[MAX_TD];
|
||||
#ifdef USBHOST_OTHER
|
||||
int control_disable;
|
||||
#endif
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue