Some checks failed
Build and Upload Artifact / build and upload-artifact (push) Failing after 13s
6 lines
156 B
C++
6 lines
156 B
C++
#include "serial_port.hpp"
|
|
|
|
extern "C" void HAL_UART_TxCpltCallback([[maybe_unused]] UART_HandleTypeDef* huart) {
|
|
SerialPort::isTransmitting = false;
|
|
}
|