16 lines
232 B
C
16 lines
232 B
C
|
|
||
|
#ifndef PROTOCFG_H_
|
||
|
#define PROTOCFG_H_
|
||
|
|
||
|
#define DBOARD_HAS_UART
|
||
|
#define DBOARD_HAS_CMSISDAP
|
||
|
#define DBOARD_HAS_SERPROG
|
||
|
/*#define DBOARD_HAS_TINYI2C*/
|
||
|
|
||
|
#define HID_N_CMSISDAP 0
|
||
|
#define CDC_N_UART 0
|
||
|
#define CDC_N_SERPROG 1
|
||
|
|
||
|
#endif
|
||
|
|