[bsp][qemu]修复qemu-a9使能lcd缺失依赖问题.
This commit is contained in:
parent
d266ed6c43
commit
b171877139
|
@ -35,6 +35,7 @@ endif
|
|||
|
||||
config BSP_DRV_CLCD
|
||||
bool "CLCD driver"
|
||||
select RT_USING_LCD
|
||||
default n
|
||||
|
||||
config BSP_DRV_MOUSE
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
#define DRV_CLCD_H__
|
||||
|
||||
#include <rtthread.h>
|
||||
#include <rtdevice.h>
|
||||
|
||||
#ifndef BSP_LCD_WIDTH
|
||||
#define BSP_LCD_WIDTH 640
|
||||
|
|
Loading…
Reference in New Issue