From e65247f6a32c3ff28575c68a9107df3ab0d4dd9a Mon Sep 17 00:00:00 2001 From: asterix Date: Thu, 20 May 2010 17:11:49 +0000 Subject: [PATCH] Update hw board preset files. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3765 38d2e660-2303-0410-9eaa-f027e97ec537 --- boards/arduino/hw/hw_rit128x96.h | 2 +- boards/at91sam7x-ek/hw/hw_rit128x96.h | 2 +- boards/ek-lm3s1968/hw/hw_rit128x96.h | 2 +- boards/ek-lpc-p2378/hw/hw_rit128x96.h | 2 +- boards/lpc-p2378/hw/hw_rit128x96.h | 2 +- boards/stm32-p103/hw/hw_rit128x96.h | 2 +- boards/triface/hw/hw_rit128x96.h | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) 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! */ } -- 2.25.1