mbed library sources, mbed-dev only for TYBLE16
Fork of mbed-dev by
Please refer flowing link.
/users/kenjiArai/notebook/tyble16-module-will-become-a-mbed-family--mbedliza/
Diff: targets/TARGET_NORDIC/TARGET_NRF5/gpio_api.c
- Revision:
- 175:af195413fb11
- Parent:
- 165:e614a9f1c9e2
- Child:
- 178:79309dc6340a
--- 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 {