Files
H563ZI-HAL-CMake-Template/Core/App/Common/serial_port.cpp
chauyin c7a965ed3c
Some checks failed
Build and Upload Artifact / build and upload-artifact (push) Failing after 13s
添加串口操作类
2025-05-06 22:34:51 +08:00

6 lines
156 B
C++

#include "serial_port.hpp"
extern "C" void HAL_UART_TxCpltCallback([[maybe_unused]] UART_HandleTypeDef* huart) {
SerialPort::isTransmitting = false;
}