diff options
Diffstat (limited to 'os/hal/include')
-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.
|