diff options
Diffstat (limited to 'os/common')
-rw-r--r-- | os/common/ports/ARMCMx/devices/STM32L0xx/cmparams.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/common/ports/ARMCMx/devices/STM32L0xx/cmparams.h b/os/common/ports/ARMCMx/devices/STM32L0xx/cmparams.h index 850793a0f..ad14e43b0 100644 --- a/os/common/ports/ARMCMx/devices/STM32L0xx/cmparams.h +++ b/os/common/ports/ARMCMx/devices/STM32L0xx/cmparams.h @@ -44,7 +44,7 @@ /**
* @brief Number of bits in priority masks.
*/
-#define CORTEX_PRIORITY_BITS 4
+#define CORTEX_PRIORITY_BITS 2
/**
* @brief Number of interrupt vectors.
|