mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2025-02-06 20:35:22 +00:00
11 lines
229 B
C
11 lines
229 B
C
|
#define HARDWARE_REVISION "V1.0"
|
||
|
#define MODEL "HF-LPB135"
|
||
|
|
||
|
#ifdef BOOTLOADER
|
||
|
#define STDIO_UART 0
|
||
|
#define STDIO_UART_BUADRATE 115200
|
||
|
#else
|
||
|
#define STDIO_UART 0
|
||
|
#define STDIO_UART_BUADRATE 115200
|
||
|
#endif
|