diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-05-16 12:17:39 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-05-16 12:17:39 +0000 |
commit | b5b34a5b9b97fa19bac7c5c830885c757223bbe2 (patch) | |
tree | bbbf783f8be66e48caa2ab4f24b2b9f5c722f738 /os/hal/platforms/LPC13xx/pal_lld.h | |
parent | ce50d026fc9e6a977f8f3d74f70a519063d13c00 (diff) | |
download | ChibiOS-b5b34a5b9b97fa19bac7c5c830885c757223bbe2.tar.gz ChibiOS-b5b34a5b9b97fa19bac7c5c830885c757223bbe2.tar.bz2 ChibiOS-b5b34a5b9b97fa19bac7c5c830885c757223bbe2.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1928 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/LPC13xx/pal_lld.h')
-rw-r--r-- | os/hal/platforms/LPC13xx/pal_lld.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/LPC13xx/pal_lld.h b/os/hal/platforms/LPC13xx/pal_lld.h index b8dd9d4d9..9e3c33695 100644 --- a/os/hal/platforms/LPC13xx/pal_lld.h +++ b/os/hal/platforms/LPC13xx/pal_lld.h @@ -85,7 +85,7 @@ typedef struct { * @brief Whole port mask.
* @brief This macro specifies all the valid bits into a port.
*/
-#define PAL_WHOLE_PORT ((ioportmask_t)0xFFFFFFFF)
+#define PAL_WHOLE_PORT ((ioportmask_t)0xFFF)
/**
* @brief Digital I/O port sized unsigned type.
|