From 16855e1a4e43b4b45e5b5a595628ab1d8c108093 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 20 Sep 2010 10:02:19 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2183 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/include/pal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/hal') 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. -- cgit v1.2.3