mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2025-01-31 01:15:22 +00:00
10 lines
217 B
C
10 lines
217 B
C
#define HARDWARE_REVISION "V1.0"
|
|
#define MODEL "STM32F7"
|
|
|
|
#ifdef BOOTLOADER
|
|
#define STDIO_UART 0
|
|
#define STDIO_UART_BUADRATE 115200
|
|
#else
|
|
#define STDIO_UART 0
|
|
#define STDIO_UART_BUADRATE 115200
|
|
#endif
|