From: asterix Date: Thu, 20 May 2010 17:11:49 +0000 (+0000) Subject: Update hw board preset files. X-Git-Tag: 2.5.0~152 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=e65247f6a32c3ff28575c68a9107df3ab0d4dd9a;hp=d28b48ee1e32364e94273505d9293693e366f38a;p=bertos.git Update hw board preset files. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3765 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/boards/arduino/hw/hw_rit128x96.h b/boards/arduino/hw/hw_rit128x96.h index f9c2291a..c24d1a87 100644 --- a/boards/arduino/hw/hw_rit128x96.h +++ b/boards/arduino/hw/hw_rit128x96.h @@ -70,7 +70,7 @@ #define LCD_WRITE(x) ((void)x)/* Implement me! */ /*@}*/ -INLINE void lcd_bus_init(void) +INLINE void lcd_rit128x96_hw_bus_init(void) { /* Implement me! */ } diff --git a/boards/at91sam7x-ek/hw/hw_rit128x96.h b/boards/at91sam7x-ek/hw/hw_rit128x96.h index f9c2291a..c24d1a87 100644 --- a/boards/at91sam7x-ek/hw/hw_rit128x96.h +++ b/boards/at91sam7x-ek/hw/hw_rit128x96.h @@ -70,7 +70,7 @@ #define LCD_WRITE(x) ((void)x)/* Implement me! */ /*@}*/ -INLINE void lcd_bus_init(void) +INLINE void lcd_rit128x96_hw_bus_init(void) { /* Implement me! */ } diff --git a/boards/ek-lm3s1968/hw/hw_rit128x96.h b/boards/ek-lm3s1968/hw/hw_rit128x96.h index f31bd56b..a7cfcd01 100644 --- a/boards/ek-lm3s1968/hw/hw_rit128x96.h +++ b/boards/ek-lm3s1968/hw/hw_rit128x96.h @@ -82,7 +82,7 @@ } /*@}*/ -INLINE void lcd_bus_init(void) +INLINE void lcd_rit128x96_hw_bus_init(void) { uint32_t dummy; diff --git a/boards/ek-lpc-p2378/hw/hw_rit128x96.h b/boards/ek-lpc-p2378/hw/hw_rit128x96.h index 2b7caa74..5a8de9fc 100644 --- a/boards/ek-lpc-p2378/hw/hw_rit128x96.h +++ b/boards/ek-lpc-p2378/hw/hw_rit128x96.h @@ -82,7 +82,7 @@ } /*@}*/ -INLINE void lcd_bus_init(void) +INLINE void lcd_rit128x96_hw_bus_init(void) { uint32_t dummy; diff --git a/boards/lpc-p2378/hw/hw_rit128x96.h b/boards/lpc-p2378/hw/hw_rit128x96.h index 7ccdeb1d..ae930b97 100644 --- a/boards/lpc-p2378/hw/hw_rit128x96.h +++ b/boards/lpc-p2378/hw/hw_rit128x96.h @@ -82,7 +82,7 @@ } /*@}*/ -INLINE void lcd_bus_init(void) +INLINE void lcd_rit128x96_hw_bus_init(void) { uint32_t dummy; diff --git a/boards/stm32-p103/hw/hw_rit128x96.h b/boards/stm32-p103/hw/hw_rit128x96.h index f9c2291a..c24d1a87 100644 --- a/boards/stm32-p103/hw/hw_rit128x96.h +++ b/boards/stm32-p103/hw/hw_rit128x96.h @@ -70,7 +70,7 @@ #define LCD_WRITE(x) ((void)x)/* Implement me! */ /*@}*/ -INLINE void lcd_bus_init(void) +INLINE void lcd_rit128x96_hw_bus_init(void) { /* Implement me! */ } diff --git a/boards/triface/hw/hw_rit128x96.h b/boards/triface/hw/hw_rit128x96.h index f9c2291a..c24d1a87 100644 --- a/boards/triface/hw/hw_rit128x96.h +++ b/boards/triface/hw/hw_rit128x96.h @@ -70,7 +70,7 @@ #define LCD_WRITE(x) ((void)x)/* Implement me! */ /*@}*/ -INLINE void lcd_bus_init(void) +INLINE void lcd_rit128x96_hw_bus_init(void) { /* Implement me! */ }