From 97f04381a9594593450689560066dabcaaffc7f4 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 3 Nov 2011 01:16:48 +0000 Subject: A few more AVR32 fixes git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4078 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/stm3210e-eval/src/up_lcd.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nuttx/configs') diff --git a/nuttx/configs/stm3210e-eval/src/up_lcd.c b/nuttx/configs/stm3210e-eval/src/up_lcd.c index 9ba5e6f12..587d4092c 100644 --- a/nuttx/configs/stm3210e-eval/src/up_lcd.c +++ b/nuttx/configs/stm3210e-eval/src/up_lcd.c @@ -346,7 +346,9 @@ static uint16_t stm3210e_readreg(uint8_t regaddr); static inline void stm3210e_gramselect(void); static inline void stm3210e_writegram(uint16_t rgbval); static void stm3210e_readsetup(FAR uint16_t *accum); +#ifndef CONFIG_STM32_AM240320_DISABLE static void stm3210e_readnosetup(FAR uint16_t *accum); +#endif static uint16_t stm3210e_readshift(FAR uint16_t *accum); static uint16_t stm3210e_readnoshift(FAR uint16_t *accum); static void stm3210e_setcursor(uint16_t col, uint16_t row); -- cgit v1.2.3