rename romdriver handle

forming API for USBD-CLASS driver (abstract away from rom driver)
separate buffer of hid class from buffer of core driver
This commit is contained in:
hathach
2013-06-01 21:54:08 +07:00
parent 9e49056721
commit 7d78fc1baf
9 changed files with 166 additions and 136 deletions

View File

@@ -47,6 +47,7 @@
#define _TUSB_DCD_NXP_ROMDRIVER_H_
#include "common/common.h"
#include "romdriver/mw_usbd_rom_api.h"
#ifdef __cplusplus
extern "C" {
@@ -62,6 +63,8 @@
#error forgot something, thach ?
#endif
extern USBD_HANDLE_T romdriver_hdl;
#ifdef __cplusplus
}
#endif