|
|
|
#ifndef PROTOCFG_H_
|
|
#define PROTOCFG_H_
|
|
|
|
/*#define DBOARD_HAS_UART*/
|
|
#define DBOARD_HAS_CMSISDAP
|
|
/*#define DBOARD_HAS_SERPROG*/
|
|
/*#define DBOARD_HAS_TINYI2C*/
|
|
|
|
#define CFG_TUD_CDC 0
|
|
#define CFG_TUD_HID 0
|
|
#define CFG_TUD_VENDOR 0
|
|
|
|
#define INFO_BOARDNAME "unknown"
|
|
|
|
#endif
|
|
|