generated from Template/H563ZI-HAL-CMake-Template
Initial commit
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