提交 a5664695 编写于 作者: B Bernard Xiong

[BSP] fix compiling warning in QEMU vexpress-a9

上级 f7a8d6eb
......@@ -102,7 +102,7 @@ int drv_clcd_hw_init(void)
plio->tim0 = 0x3F1F3C00 | ((CLCD_WIDTH/16 - 1) << 2);
plio->tim1 = 0x080B6000 | (CLCD_HEIGHT - 1);
plio->upbase = _lcd.fb;
plio->upbase = (uint32_t)_lcd.fb;
/* 16-bit 565 color */
plio->control = 0x1921 | (0x6 << 1);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册