bsp/lpc24xx: Fix compile error

This commit is contained in:
Sebastian Huber
2014-01-29 08:53:01 +01:00
parent f334847bce
commit c26a945335

View File

@@ -52,7 +52,7 @@ static void fb_set_up(const pl111_fb_config *cfg)
}
#ifdef ARM_MULTILIB_ARCH_V4
PINSEL11 = BSP_FLD32(LCD_MODE_TFT_16_BIT_5_6_5, 1, 3) | LCD_ENABLE;
PINSEL11 = BSP_FLD32(LCD_MODE_TFT_16_BIT_5_6_5, 1, 3) | BSP_BIT32(0);
#endif
#ifdef ARM_MULTILIB_ARCH_V7M