mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-19 19:44:35 +08:00

Fix two error message issues in the framebuffer example: * Add missing newline character to fbmem2 error message in fb_init_mem2() * Correct mmap() error message that incorrectly referenced FBIOGET_PLANEINFO These changes improve error reporting clarity and consistency for debugging framebuffer initialization issues. Signed-off-by: Huang Qi <huangqi3@xiaomi.com>