mirror of https://github.com/ARMmbed/mbed-os.git
Fix error in nRF5 build of Travis CI caused by request of "target hal" includes from "target cmsis" sources
move form the path target/cmsis... and rename dispatch_IRQn_handler.c to the path target/.. and beter name.pull/2943/head
parent
5c721b401c
commit
c64c4563f2
|
@ -64,7 +64,10 @@ typedef void (*generic_irq_handler_t)(void);
|
||||||
#define VECTORS_FLASH_START 0x1B000
|
#define VECTORS_FLASH_START 0x1B000
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Function for relocation of the vector to RAM on nRF5x devices.
|
||||||
|
* This function is intended to be called during startup.
|
||||||
|
*/
|
||||||
void nrf_reloc_vector_table(void)
|
void nrf_reloc_vector_table(void)
|
||||||
{
|
{
|
||||||
// Copy and switch to dynamic vectors
|
// Copy and switch to dynamic vectors
|
Loading…
Reference in New Issue