diff --git a/targets/TARGET_NORDIC/TARGET_NRF5_SDK13/flash_api.c b/targets/TARGET_NORDIC/TARGET_NRF5/flash_api.c similarity index 100% rename from targets/TARGET_NORDIC/TARGET_NRF5_SDK13/flash_api.c rename to targets/TARGET_NORDIC/TARGET_NRF5/flash_api.c diff --git a/targets/TARGET_NORDIC/TARGET_NRF5/objects.h b/targets/TARGET_NORDIC/TARGET_NRF5/objects.h index 1b87a94ea6..01dd5f8090 100644 --- a/targets/TARGET_NORDIC/TARGET_NRF5/objects.h +++ b/targets/TARGET_NORDIC/TARGET_NRF5/objects.h @@ -81,8 +81,7 @@ struct gpio_irq_s { uint32_t ch; }; -struct flash_s -{ +struct flash_s { uint32_t placeholder; };