Split usb_status_code_transfer_config_t as usb_status_code_read_config_t and usb_status_code_write_config_t
This commit is contained in:
@@ -5,4 +5,11 @@
|
||||
|
||||
void UsbCommand_WriteConfig(bool isHardware);
|
||||
|
||||
// Typedefs:
|
||||
|
||||
typedef enum {
|
||||
UsbStatusCode_WriteConfig_LengthTooLarge = 2,
|
||||
UsbStatusCode_WriteConfig_BufferOutOfBounds = 3,
|
||||
} usb_status_code_write_config_t;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user