complete porting to keil

- updated cgu
- require microlib for printf retarget
- cannot use fp enable option in keil (may require cmsis update)
This commit is contained in:
hathach
2013-09-10 12:22:35 +07:00
parent 9ed3e80582
commit 6916515612
4 changed files with 55 additions and 66 deletions

View File

@@ -64,5 +64,10 @@ void tusbh_cdc_rndis_unmounted_isr(uint8_t dev_addr)
// application tear-down
}
void rndis_app_init(void)
{
}
#endif