diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-01-08 12:14:16 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-01-08 12:14:16 +0000 |
commit | f1c970760f8cf9e5346a6dd02f0a6fbef88c0a6b (patch) | |
tree | c2ff9f5629687381fc541e970a82f23a26891454 /os | |
parent | eb665ad2407a28c57a6d5802b3bcfa474b8c6e3f (diff) | |
download | ChibiOS-f1c970760f8cf9e5346a6dd02f0a6fbef88c0a6b.tar.gz ChibiOS-f1c970760f8cf9e5346a6dd02f0a6fbef88c0a6b.tar.bz2 ChibiOS-f1c970760f8cf9e5346a6dd02f0a6fbef88c0a6b.zip |
IAR demo for LPC11xx, untested because code size limits.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2616 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-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 00429548b..8bb79f866 100644 --- a/os/hal/platforms/LPC11xx/hal_lld.c +++ b/os/hal/platforms/LPC11xx/hal_lld.c @@ -29,7 +29,7 @@ #include "hal.h"
/**
- * @brief Register missing in NXP header file. + * @brief Register missing in NXP header file.
*/
#define FLASHCFG (*((volatile uint32_t *)0x4003C010))
|