18 lines
332 B
C
18 lines
332 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 USB_VID 0xcafe /* TinyUSB */
|
|
/*#define USB_VID 0x1209*/ /* Generic */
|
|
/*#define USB_VID 0x1d50*/ /* OpenMoko */
|
|
|
|
#define INFO_BOARDNAME "STM32F072 Disco"
|
|
|
|
#endif
|
|
|