USBHOST : USBHOST_OTHER add control disable counter

pull/4231/head
Michel Jaouen 2017-04-21 08:47:57 +02:00
parent 73d8e5e9ef
commit c860377464
1 changed files with 4 additions and 0 deletions

View File

@ -164,6 +164,10 @@ private:
bool volatile edBufAlloc[MAX_ENDPOINT];
bool volatile tdBufAlloc[MAX_TD];
#ifdef USBHOST_OTHER
int control_disable;
#endif
};
#endif