Extract UsbCommand_ReadConfig() to usb_command_read_config.c. Rename Set{Response,Error}* to SetUsb{Response,Error}
This commit is contained in:
@@ -48,5 +48,8 @@
|
||||
// Functions:
|
||||
|
||||
void UsbProtocolHandler(void);
|
||||
void SetUsbError(uint8_t error);
|
||||
void SetUsbResponseByte(uint8_t response);
|
||||
void SetUsbResponseWord(uint16_t response);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user