Clean up FS-BB48 example

This commit is contained in:
NIIBE Yutaka
2016-04-22 17:21:29 +09:00
parent 1b12a78054
commit fba1dc05ea
6 changed files with 98 additions and 138 deletions

View File

@@ -132,7 +132,6 @@ struct BD {
#define TOK_PID(ctrl) ((ctrl >> 2) & 0x0f)
extern uint8_t __usb_bdt__;
extern uint8_t __usb_buf__;
static struct BD *const BD_table = (struct BD *const)&__usb_bdt__;