mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2025-01-30 17:05:23 +00:00
10 lines
218 B
C
10 lines
218 B
C
#define HARDWARE_REVISION "V1.0"
|
|
#define MODEL "R5F565NE"
|
|
|
|
#ifdef BOOTLOADER
|
|
#define STDIO_UART 0
|
|
#define STDIO_UART_BUADRATE 115200
|
|
#else
|
|
#define STDIO_UART 0
|
|
#define STDIO_UART_BUADRATE 115200
|
|
#endif
|