Skip to content

Commit db4b9a9

Browse files
committed
fix unix build
1 parent e030de9 commit db4b9a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext_mod/lcd_bus/modlcd_bus.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
#include "i2c_bus.h"
77
#include "i80_bus.h"
88
#include "rgb_bus.h"
9+
#ifdef SOC_MIPI_DSI_SUPPORTED
910
#include "dsi_bus.h"
11+
#endif
1012

1113
#ifdef MP_PORT_UNIX
1214
#include "sdl_bus.h"

0 commit comments

Comments
 (0)