uboot-xburst: Add macro to initalize lcd pins for 8bit serial displays
[openwrt.git] / package / uboot-xburst / files / board / nanonote / nanonote.c
index 7defab8..96a3c7d 100644 (file)
@@ -29,7 +29,7 @@ static void gpio_init(void)
        /*
         * Initialize LCD pins
         */
-       __gpio_as_lcd_18bit();
+       __gpio_as_lcd_8bit();
 
        /*
         * Initialize MSC pins
This page took 0.027518 seconds and 4 git commands to generate.