Extract the applyConfig USB command into usb_command_apply_config.[ch]

This commit is contained in:
László Monda
2017-11-04 01:32:03 +01:00
parent 330a899625
commit ae3efce452
5 changed files with 72 additions and 55 deletions

View File

@@ -0,0 +1,8 @@
#ifndef __USB_COMMAND_APPLY_CONFIG_H__
#define __USB_COMMAND_APPLY_CONFIG_H__
// Functions:
void UsbCommand_ApplyConfig(void);
#endif