bl_mcu_sdk/examples/usb/usb2uart/dev_cfg.h

7 lines
No EOL
116 B
C

#ifndef DEV_CFG_H
#define DEV_CFG_H
#define UART_DTR_PIN GPIO_PIN_22
#define UART_RTS_PIN GPIO_PIN_21
#endif