mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 10:32:47 +08:00
118a127771
During initialization it isn't possible to use up_puts once it's protected against concurrent access through a mutex lock. Instead, using up_putc makes it similar to ESP32S2 and ESP32S3 and perfectly fits for showprogress usage.