添加串口操作类
Some checks failed
Build and Upload Artifact / build and upload-artifact (push) Failing after 13s
Some checks failed
Build and Upload Artifact / build and upload-artifact (push) Failing after 13s
This commit is contained in:
5
Core/App/Common/serial_port.cpp
Normal file
5
Core/App/Common/serial_port.cpp
Normal file
@@ -0,0 +1,5 @@
|
||||
#include "serial_port.hpp"
|
||||
|
||||
extern "C" void HAL_UART_TxCpltCallback([[maybe_unused]] UART_HandleTypeDef* huart) {
|
||||
SerialPort::isTransmitting = false;
|
||||
}
|
||||
Reference in New Issue
Block a user