aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-07-08 15:51:00 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-07-08 15:51:00 +0000
commit3739e9d659073b757523b59b8173d46d3fa676df (patch)
tree0b391b03d7c4c05e40a0dda5f1b24e1742be977e /os/hal/platforms
parent343fe990e42e458ab279dc7fa4ab010ac021825c (diff)
downloadChibiOS-3739e9d659073b757523b59b8173d46d3fa676df.tar.gz
ChibiOS-3739e9d659073b757523b59b8173d46d3fa676df.tar.bz2
ChibiOS-3739e9d659073b757523b59b8173d46d3fa676df.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4444 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms')
-rw-r--r--os/hal/platforms/AT91SAM7/pal_lld.h2
-rw-r--r--os/hal/platforms/LPC214x/pal_lld.h2
-rw-r--r--os/hal/platforms/MSP430/pal_lld.h2
-rw-r--r--os/hal/platforms/STM32/GPIOv1/pal_lld.h2
-rw-r--r--os/hal/platforms/STM32/GPIOv2/pal_lld.h2
5 files changed, 5 insertions, 5 deletions
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. */
/*===========================================================================*/
/**