From 3739e9d659073b757523b59b8173d46d3fa676df Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 8 Jul 2012 15:51:00 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4444 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/AT91SAM7/pal_lld.h | 2 +- os/hal/platforms/LPC214x/pal_lld.h | 2 +- os/hal/platforms/MSP430/pal_lld.h | 2 +- os/hal/platforms/STM32/GPIOv1/pal_lld.h | 2 +- os/hal/platforms/STM32/GPIOv2/pal_lld.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'os/hal') diff --git a/os/hal/platforms/AT91SAM7/pal_lld.h b/os/hal/platforms/AT91SAM7/pal_lld.h index 74349d685..fa0ad22d4 100644 --- a/os/hal/platforms/AT91SAM7/pal_lld.h +++ b/os/hal/platforms/AT91SAM7/pal_lld.h @@ -118,7 +118,7 @@ typedef AT91PS_PIO ioportid_t; /*===========================================================================*/ /* Implementation, some of the following macros could be implemented as */ -/* functions, if so please put them in a file named pal_lld.c. */ +/* functions, if so please put them in pal_lld.c. */ /*===========================================================================*/ /** diff --git a/os/hal/platforms/LPC214x/pal_lld.h b/os/hal/platforms/LPC214x/pal_lld.h index 91622be6e..bb0fb0d61 100644 --- a/os/hal/platforms/LPC214x/pal_lld.h +++ b/os/hal/platforms/LPC214x/pal_lld.h @@ -115,7 +115,7 @@ typedef FIO * ioportid_t; /*===========================================================================*/ /* Implementation, some of the following macros could be implemented as */ -/* functions, please put them in a file named ioports_lld.c if so. */ +/* functions, if so please put them in pal_lld.c. */ /*===========================================================================*/ /** diff --git a/os/hal/platforms/MSP430/pal_lld.h b/os/hal/platforms/MSP430/pal_lld.h index a2909a0e7..c0bf28ff0 100644 --- a/os/hal/platforms/MSP430/pal_lld.h +++ b/os/hal/platforms/MSP430/pal_lld.h @@ -239,7 +239,7 @@ typedef msp430_ioport_t *ioportid_t; /*===========================================================================*/ /* Implementation, some of the following macros could be implemented as */ -/* functions, if so please put them in a file named pal_lld.c. */ +/* functions, if so please put them in pal_lld.c. */ /*===========================================================================*/ /** diff --git a/os/hal/platforms/STM32/GPIOv1/pal_lld.h b/os/hal/platforms/STM32/GPIOv1/pal_lld.h index 9926741a2..0aa9b862e 100644 --- a/os/hal/platforms/STM32/GPIOv1/pal_lld.h +++ b/os/hal/platforms/STM32/GPIOv1/pal_lld.h @@ -182,7 +182,7 @@ typedef GPIO_TypeDef * ioportid_t; /*===========================================================================*/ /* Implementation, some of the following macros could be implemented as */ -/* functions, please put them in a file named ioports_lld.c if so. */ +/* functions, if so please put them in pal_lld.c. */ /*===========================================================================*/ /** diff --git a/os/hal/platforms/STM32/GPIOv2/pal_lld.h b/os/hal/platforms/STM32/GPIOv2/pal_lld.h index d6e7ee7e5..4a1ffa5b5 100644 --- a/os/hal/platforms/STM32/GPIOv2/pal_lld.h +++ b/os/hal/platforms/STM32/GPIOv2/pal_lld.h @@ -315,7 +315,7 @@ typedef GPIO_TypeDef * ioportid_t; /*===========================================================================*/ /* Implementation, some of the following macros could be implemented as */ -/* functions, please put them in a file named ioports_lld.c if so. */ +/* functions, if so please put them in pal_lld.c. */ /*===========================================================================*/ /** -- cgit v1.2.3