mbed library sources. Supersedes mbed-src. Fixed broken STM32F1xx RTC on rtc_api.c
Dependents: Nucleo_F103RB_RTC_battery_bkup_pwr_off_okay
Fork of mbed-dev by
Diff: targets/TARGET_NORDIC/TARGET_NRF5/gpio_api.c
- Revision:
- 175:af195413fb11
- Parent:
- 165:e614a9f1c9e2
diff -r b96e65c34a4d -r af195413fb11 targets/TARGET_NORDIC/TARGET_NRF5/gpio_api.c --- a/targets/TARGET_NORDIC/TARGET_NRF5/gpio_api.c Mon Oct 02 15:33:19 2017 +0100 +++ b/targets/TARGET_NORDIC/TARGET_NRF5/gpio_api.c Wed Oct 11 12:45:49 2017 +0100 @@ -151,7 +151,7 @@ cfg.pull = NRF_GPIO_PIN_NOPULL; break; } - nrf_drv_gpiote_in_init(pin, &cfg, NULL); + nrf_gpio_cfg_input(pin,cfg.pull); } } else {