Extract UsbCommand_Reenumerate() into its own file.

This commit is contained in:
László Monda
2017-11-05 01:18:37 +01:00
parent 0febc9dd69
commit e907e65751
3 changed files with 22 additions and 9 deletions

View File

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