Ver código fonte

update rtdevice.h add lcd

yangfasheng 2 anos atrás
pai
commit
ff5894922a
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4 0
      components/drivers/include/rtdevice.h

+ 4 - 0
components/drivers/include/rtdevice.h

@@ -161,6 +161,10 @@ extern "C" {
 #include "drivers/rt_dev_bus.h"
 #endif
 
+#ifdef RT_USING_LCD
+#include "drivers/lcd.h"
+#endif
+
 #ifdef __cplusplus
 }
 #endif