mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-13 00:08:33 +00:00
7 lines
No EOL
116 B
C
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 |