diff --git a/targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/reloc_vector_table.c b/targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/reloc_vector_table.c index 619c8145b5..23f87ea7dd 100644 --- a/targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/reloc_vector_table.c +++ b/targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/reloc_vector_table.c @@ -113,7 +113,7 @@ void nrf_reloc_vector_table(void) #endif } -#if (STDIO_UART_RTS != NC) + void mbed_sdk_init(void) { if (STDIO_UART_RTS != NC) { @@ -123,4 +123,3 @@ void mbed_sdk_init(void) gpio_write(&rts, 0); } } -#endif