[BUG] seemingly wrong up_putc usage in lcd drivers #14694
Labels
Arch: all
Issues that apply to all architectures
Area: Drivers
Drivers issues
OS: Mac
Issues related to MacOS (building system, etc)
Type: Bug
Something isn't working
Description / Steps to reproduce the issue
many lcd drivers have a code fragment like the following:
nuttx/boards/arm/stm32/stm3240g-eval/src/stm32_lcd.c
Lines 519 to 539 in db31e56
(i'm not sure why it's common for lcd drivers. maybe just a result of heavy copy-and-paste?)
it seems like mixing syslog and up_putc, assuming they output to the same console.
of course, the assumption might or might not be correct, depending on the system and configurations.
this isn't a major problem as these code fragments are often wrapped with
#if 0
though.On which OS does this issue occur?
[OS: Mac]
What is the version of your OS?
macOS 14.7
NuttX Version
master
Issue Architecture
[Arch: all]
Issue Area
[Area: Drivers]
Verification
The text was updated successfully, but these errors were encountered: