/** Flag to indicate that the next read/write operation must update the device's current address */\r
bool MustSetAddress;\r
\r
-bool CommandTimedOut;\r
-\r
/** Initializes the hardware and software associated with the V2 protocol command handling. */\r
void V2Protocol_Init(void)\r
{\r
{\r
uint8_t V2Command = Endpoint_Read_Byte();\r
\r
- CommandTimedOut = false;\r
+ TimeoutMSRemaining = COMMAND_TIMEOUT_MS;\r
\r
switch (V2Command)\r
{\r