{\r
Endpoint_ClearSETUP();\r
\r
- while (!(Endpoint_IsINReady()));\r
- \r
Endpoint_ClearIN();\r
\r
while (!(Endpoint_IsINReady()));\r
\r
void USB_Device_GetConfiguration(void)\r
{\r
- Endpoint_ClearSETUP(); \r
+ Endpoint_ClearSETUP();\r
\r
Endpoint_Write_Byte(USB_ConfigurationNumber);\r
\r
}\r
else\r
{\r
- Endpoint_StallTransaction(); \r
+ Endpoint_StallTransaction();\r
}\r
}\r
}\r
Endpoint_ClearSETUP();\r
\r
Endpoint_ClearIN();\r
-\r
- while (!(Endpoint_IsOUTReceived()));\r
- Endpoint_ClearOUT();\r
}\r
\r
#endif\r