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