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/3144/head
Andrzej Puzdrowski 2016-10-06 14:51:56 +02:00 committed by Anna Bridge
parent 212a13344a
commit bd18ede438
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