forgot this file

This commit is contained in:
Triss 2021-08-24 00:16:58 +02:00
parent 45cce4dfff
commit d2860c8e10
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
#ifndef BSP_FEATURE_M_FTDI_H_
#define BSP_FEATURE_M_FTDI_H_
#define DBOARD_HAS_FTDI
#include "bsp-info.h"
// not all that much here
enum {
HID_N__NITF = 0
};
enum {
#ifdef USE_USBCDC_FOR_STDIO
CDC_N_STDIO,
#endif
CDC_N__NITF
};
enum {
VND_N_FTDI_IFA = 0,
VND_N_FTDI_IFB,
VND_N_CFG,
VND_N__NITF
};
#endif