summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm32ldiscovery/src/stm32_lcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/stm32ldiscovery/src/stm32_lcd.c')
-rw-r--r--nuttx/configs/stm32ldiscovery/src/stm32_lcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/stm32ldiscovery/src/stm32_lcd.c b/nuttx/configs/stm32ldiscovery/src/stm32_lcd.c
index c94eeea09..57e09d9cb 100644
--- a/nuttx/configs/stm32ldiscovery/src/stm32_lcd.c
+++ b/nuttx/configs/stm32ldiscovery/src/stm32_lcd.c
@@ -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;
}