添加串口操作类
Some checks failed
Build and Upload Artifact / build and upload-artifact (push) Failing after 13s

This commit is contained in:
chauyin
2025-05-06 22:34:51 +08:00
parent 2018adcf78
commit c7a965ed3c
18 changed files with 22698 additions and 30 deletions

View File

@@ -0,0 +1,5 @@
#include "serial_port.hpp"
extern "C" void HAL_UART_TxCpltCallback([[maybe_unused]] UART_HandleTypeDef* huart) {
SerialPort::isTransmitting = false;
}