Skip to content

Commit b997020

Browse files
fixing nvic num
1 parent 1d77cfa commit b997020

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_STM/TARGET_STM32L0/TARGET_MCU_STM32L071xx/device

1 file changed

+1
-1
lines changed

targets/TARGET_STM/TARGET_STM32L0/TARGET_MCU_STM32L071xx/device/cmsis_nvic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#define MBED_RAM_SIZE 0x5000 // 20 KB
3333
#endif
3434

35-
#define NVIC_NUM_VECTORS 32
35+
#define NVIC_NUM_VECTORS 48
3636
#define NVIC_RAM_VECTOR_ADDRESS MBED_RAM_START
3737

3838
#endif

0 commit comments

Comments
 (0)