]> begriffs open source - cmsis-driver-bare/blob - inc/sram_vtor.h
Pass cmsis validator test
[cmsis-driver-bare] / inc / sram_vtor.h
1 #ifndef CMSIS_DRIVER_BARE_SRAM_VTOR_H
2 #define CMSIS_DRIVER_BARE_SRAM_VTOR_H
3
4 void NVIC_Relocate_VTOR(void);
5
6 #endif