mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
configs/skp16c26/ostest: Configuration converted to use the kconfig-frontends tools
This commit is contained in:
@@ -230,7 +230,7 @@ extern void board_led_off(int led);
|
|||||||
|
|
||||||
/* Defined in board/up_lcd.c */
|
/* Defined in board/up_lcd.c */
|
||||||
|
|
||||||
#ifdef CONFIG_ARCH_LCD
|
#ifdef CONFIG_LCD_CONSOLE
|
||||||
extern void up_lcdinit(void);
|
extern void up_lcdinit(void);
|
||||||
extern void up_lcdputc(char ch);
|
extern void up_lcdputc(char ch);
|
||||||
#else
|
#else
|
||||||
|
|||||||
@@ -333,11 +333,9 @@ void up_lowsetup(void)
|
|||||||
up_lowserialsetup()
|
up_lowserialsetup()
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* The LCD is initialized here to because it may be that the LCD is
|
/* The LCD is initialized here if the LCD is used for console output. */
|
||||||
* used for console output.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifdef CONFIG_ARCH_LCD
|
#ifdef CONFIG_LCD_CONSOLE
|
||||||
up_lcdinit();
|
up_lcdinit();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user