fix for wifi

This commit is contained in:
2021-02-25 10:34:12 +01:00
parent b272c6a2d0
commit b6127854e0

View File

@ -72,7 +72,6 @@ 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);
}