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
Andrzej Puzdrowski 2016-10-06 14:51:56 +02:00
parent 5c721b401c
commit c64c4563f2
1 changed files with 4 additions and 1 deletions

View File

@ -64,7 +64,10 @@ typedef void (*generic_irq_handler_t)(void);
#define VECTORS_FLASH_START 0x1B000
#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)
{
// Copy and switch to dynamic vectors