diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-10-27 19:36:41 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-10-27 19:36:41 +0000 |
commit | af2c001a10015894ee2bb76cbe8f9ed306aaeffe (patch) | |
tree | b161c3c011f178235900c547701b003cece58615 /os/hal/platforms/LPC11xx | |
parent | 26e74eaef131c77b6299a430af58f5c583cd6cba (diff) | |
download | ChibiOS-af2c001a10015894ee2bb76cbe8f9ed306aaeffe.tar.gz ChibiOS-af2c001a10015894ee2bb76cbe8f9ed306aaeffe.tar.bz2 ChibiOS-af2c001a10015894ee2bb76cbe8f9ed306aaeffe.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2297 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/LPC11xx')
-rw-r--r-- | os/hal/platforms/LPC11xx/hal_lld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/LPC11xx/hal_lld.c b/os/hal/platforms/LPC11xx/hal_lld.c index 29ff0a9ec..14f55a6c7 100644 --- a/os/hal/platforms/LPC11xx/hal_lld.c +++ b/os/hal/platforms/LPC11xx/hal_lld.c @@ -42,7 +42,7 @@ /*===========================================================================*/
/**
- * @brief PAL setup.
+ * @brief PAL setup.
* @details Digital I/O ports static configuration as defined in @p board.h.
*/
const PALConfig pal_default_config = {
|