Extract UsbCommand_SetTestLed() into its own file.

This commit is contained in:
László Monda
2017-11-05 01:28:15 +01:00
parent d547b9b324
commit 68f9aac883
3 changed files with 21 additions and 8 deletions
@@ -0,0 +1,8 @@
#ifndef __USB_COMMAND_SET_TEST_LED_H__
#define __USB_COMMAND_SET_TEST_LED_H__
// Functions:
void UsbCommand_SetTestLed(void);
#endif