mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
Fix bugs in SLCD test and in SLCD CODEC
This commit is contained in:
@@ -841,7 +841,7 @@ static void slcd_writech(uint8_t ch, uint8_t curpos, uint8_t options)
|
||||
{
|
||||
segset |= 0x0002;
|
||||
}
|
||||
else if ((options & SCLD_DP) != 0)
|
||||
else if ((options & SCLD_COLON) != 0)
|
||||
{
|
||||
segset |= 0x0020;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user