diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-07-08 15:51:00 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-07-08 15:51:00 +0000 |
commit | 3739e9d659073b757523b59b8173d46d3fa676df (patch) | |
tree | 0b391b03d7c4c05e40a0dda5f1b24e1742be977e /os/hal/platforms/STM32/GPIOv1 | |
parent | 343fe990e42e458ab279dc7fa4ab010ac021825c (diff) | |
download | ChibiOS-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/STM32/GPIOv1')
-rw-r--r-- | os/hal/platforms/STM32/GPIOv1/pal_lld.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. */
/*===========================================================================*/
/**
|