1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

cpu/stm32l4: fixed number of IRQs

This commit is contained in:
Hauke Petersen 2017-03-31 13:11:10 +02:00
parent 469acf7db8
commit deacd69534

View File

@ -36,7 +36,7 @@ extern "C" {
* @{ * @{
*/ */
#define CPU_DEFAULT_IRQ_PRIO (1U) #define CPU_DEFAULT_IRQ_PRIO (1U)
#define CPU_IRQ_NUMOF (82U) #define CPU_IRQ_NUMOF (81U)
/** @} */ /** @} */
#ifdef __cplusplus #ifdef __cplusplus