add at parse fifo overflow log

This commit is contained in:
mculover666
2020-06-24 17:12:07 +08:00
parent 3bf5c3b6ba
commit 931e8fc599

View File

@@ -298,7 +298,7 @@ __STATIC__ void at_parser(void *arg)
at_parse_status = at_uart_line_parse();
if (at_parse_status == AT_PARSE_STATUS_OVERFLOW) {
// TODO: fix me
tos_kprintln("AT parse overflow!");
continue;
}