Skip to content

Commit c0725aa

Browse files
committed
DISCO_F413ZH: Deleted cmsis_nvic.c and modified cmsis_nvic.h
1 parent d1aa129 commit c0725aa

File tree

2 files changed

+0
-67
lines changed

2 files changed

+0
-67
lines changed

targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F413xH/device/cmsis_nvic.c

Lines changed: 0 additions & 55 deletions
This file was deleted.

targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F413xH/device/cmsis_nvic.h

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,5 @@
3939
#define NVIC_NUM_VECTORS 118
4040
#define NVIC_USER_IRQ_OFFSET 16
4141

42-
#include "cmsis.h"
43-
44-
#ifdef __cplusplus
45-
extern "C" {
46-
#endif
47-
48-
void NVIC_SetVector(IRQn_Type IRQn, uint32_t vector);
49-
uint32_t NVIC_GetVector(IRQn_Type IRQn);
50-
51-
#ifdef __cplusplus
52-
}
53-
#endif
5442

5543
#endif

0 commit comments

Comments
 (0)