summaryrefslogtreecommitdiff
path: root/Device/ST/STM32F4xx/Include/stm32f469xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'Device/ST/STM32F4xx/Include/stm32f469xx.h')
-rw-r--r--Device/ST/STM32F4xx/Include/stm32f469xx.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Device/ST/STM32F4xx/Include/stm32f469xx.h b/Device/ST/STM32F4xx/Include/stm32f469xx.h
index eeab9a7..a624de3 100644
--- a/Device/ST/STM32F4xx/Include/stm32f469xx.h
+++ b/Device/ST/STM32F4xx/Include/stm32f469xx.h
@@ -3695,9 +3695,9 @@ typedef struct
/******************* Bit definition for DSI_LCOLCR register *************/
#define DSI_LCOLCR_COLC 0x0000000FU /*!< Color Coding */
#define DSI_LCOLCR_COLC0 0x00000001U
-#define DSI_LCOLCR_COLC1 0x00000020U
-#define DSI_LCOLCR_COLC2 0x00000040U
-#define DSI_LCOLCR_COLC3 0x00000080U
+#define DSI_LCOLCR_COLC1 0x00000002U
+#define DSI_LCOLCR_COLC2 0x00000004U
+#define DSI_LCOLCR_COLC3 0x00000008U
#define DSI_LCOLCR_LPE 0x00000100U /*!< Loosly Packet Enable */