# HG changeset patch # User Paul Boddie # Date 1433716535 -7200 # Node ID e4d91d0f36b4f8055425708e880bd2df305848bc # Parent e43d6cbeaa13e570078a63588cff5b9a27c0022f Added required include and removed superfluous comments. diff -r e43d6cbeaa13 -r e4d91d0f36b4 stage2/nanonote_gpm940b0.h --- a/stage2/nanonote_gpm940b0.h Mon Jun 08 00:35:10 2015 +0200 +++ b/stage2/nanonote_gpm940b0.h Mon Jun 08 00:35:35 2015 +0200 @@ -24,6 +24,7 @@ #include "nanonote.h" #include "jz4740_lcd.h" +#include "jz4740.h" unsigned long lcd_get_size(void); void lcd_ctrl_init(void *lcdbase); @@ -121,9 +122,9 @@ #define __lcd_display_pin_init() \ do { \ __cpm_start_tcu(); \ - __gpio_as_output(SPEN); /* use SPDA */ \ - __gpio_as_output(SPCK); /* use SPCK */ \ - __gpio_as_output(SPDA); /* use SPDA */ \ + __gpio_as_output(SPEN); \ + __gpio_as_output(SPCK); \ + __gpio_as_output(SPDA); \ } while (0) #define __lcd_display_on() \