mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 22:20:01 +08:00
7ebe59022c
* It seems that they assume up_putc() and syslog() outputs to the same device. Depending on the system and configurations, it's wrong. * They are wrapped with "#if 0" and unused. Fixes https://github.com/apache/nuttx/issues/14694