12 lines
169 B
C
12 lines
169 B
C
|
|
||
|
#ifndef PROTOCFG_H_
|
||
|
#define PROTOCFG_H_
|
||
|
|
||
|
/*#define DBOARD_HAS_UART*/
|
||
|
#define DBOARD_HAS_CMSISDAP
|
||
|
/*#define DBOARD_HAS_SERPROG*/
|
||
|
/*#define DBOARD_HAS_TINYI2C*/
|
||
|
|
||
|
#endif
|
||
|
|