Extract main() to the newly created main.c

This commit is contained in:
László Monda
2016-03-03 10:49:01 +01:00
parent 2c15f1d8c3
commit fc8c0682d6
6 changed files with 41 additions and 14 deletions

View File

@@ -26,4 +26,8 @@
extern usb_device_composite_struct_t UsbCompositeDevice;
//Functions:
extern void USB_DeviceApplicationInit(void);
#endif