WIP: split main from board-speciic parts

This commit is contained in:
Harald Welte
2017-02-10 19:21:10 +01:00
parent a05ccc9103
commit aa3b867abb
4 changed files with 210 additions and 188 deletions

View File

@@ -107,4 +107,7 @@
#define BOARD_USB_BMATTRIBUTES USBConfigurationDescriptor_BUSPOWERED_NORWAKEUP
//#define BOARD_USB_BMATTRIBUTES USBConfigurationDescriptor_SELFPOWERED_RWAKEUP
extern void board_exec_dbg_cmd(int ch);
extern void board_main_top(void);
#endif