mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2025-10-29 11:33:20 +00:00
fx
This commit is contained in:
parent
c6c8555344
commit
1c1fe14cc9
@ -4,8 +4,15 @@ void __attribute__((weak)) HAL_UART_SendByte(byte b)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
int __attribute__((weak)) HAL_UART_Init(int baud, int parity, bool hwflowc)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
void __attribute__((weak)) HAL_UART_Flush()
|
||||
{
|
||||
}
|
||||
void __attribute__((weak)) HAL_SetBaud(unsigned int baud)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -17,5 +17,10 @@ int HAL_UART_Init(int baud, int parity, bool hwflowc)
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
||||
void HAL_UART_Flush(void)
|
||||
{
|
||||
}
|
||||
void HAL_SetBaud(unsigned int baud)
|
||||
{
|
||||
}
|
||||
#endif
|
||||
Loading…
x
Reference in New Issue
Block a user