解决编译错误
This commit is contained in:
@ -681,7 +681,7 @@ bool MultiUART_IsBusy(uint8_t port_id)
|
||||
if (port_id >= PORT_COUNT) return false;
|
||||
|
||||
// 调试串口特殊处理
|
||||
if (port_id == PORT_UART2) {
|
||||
if (port_id == PORT_DEBUG) {
|
||||
// UART2_Print 使用单独的标志位,这里简单兼容
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user