diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-09-20 10:02:19 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-09-20 10:02:19 +0000 |
commit | 16855e1a4e43b4b45e5b5a595628ab1d8c108093 (patch) | |
tree | 45c3c43e8582dd919bda0c4952244aaf8af5ef5a /os/hal/include/pal.h | |
parent | 0672a430f7581bd6e325ab18e49346beb6b1bb9d (diff) | |
download | ChibiOS-16855e1a4e43b4b45e5b5a595628ab1d8c108093.tar.gz ChibiOS-16855e1a4e43b4b45e5b5a595628ab1d8c108093.tar.bz2 ChibiOS-16855e1a4e43b4b45e5b5a595628ab1d8c108093.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2183 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/include/pal.h')
-rw-r--r-- | os/hal/include/pal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/include/pal.h b/os/hal/include/pal.h index 6a5c18f16..2530471eb 100644 --- a/os/hal/include/pal.h +++ b/os/hal/include/pal.h @@ -39,7 +39,7 @@ * @details The other bits are not defined and may be used as device-specific
* option bits.
*/
-#define PAL_MODE_MASK 0xF
+#define PAL_MODE_MASK 0x1F
/**
* @brief After reset state.
|