This commit is contained in:
Wolfgang Hottgenroth 2021-02-19 11:03:59 +01:00
parent 12d8f9a9fe
commit e499c6607b
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -69,6 +69,7 @@ void HAL_UART_TxCpltCallback(UART_HandleTypeDef *huart) {
}
#endif //LOGGER_OUTPUT_BY_INTERRUPT
#if NETWORK_STACK == 2
#error NETWORK_STACK 2
if (huart == &modemUart) {
modemTxCpltCallback(huart);
}