Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of nRF51822 by
Revision 429:9c91c46c004c, committed 2015-09-03
- Comitter:
- ssenwkdw
- Date:
- Thu Sep 03 13:02:03 2015 +0000
- Parent:
- 360:7c68c8d67e1f
- Commit message:
- nono
Changed in this revision
nordic-sdk/components/drivers_nrf/hal/nrf_gpio.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/nordic-sdk/components/drivers_nrf/hal/nrf_gpio.h Fri Jun 19 15:55:37 2015 +0100 +++ b/nordic-sdk/components/drivers_nrf/hal/nrf_gpio.h Thu Sep 03 13:02:03 2015 +0000 @@ -120,7 +120,7 @@ for (; pin_range_start <= pin_range_end; pin_range_start++) { NRF_GPIO->PIN_CNF[pin_range_start] = (GPIO_PIN_CNF_SENSE_Disabled << GPIO_PIN_CNF_SENSE_Pos) - | (GPIO_PIN_CNF_DRIVE_S0S1 << GPIO_PIN_CNF_DRIVE_Pos) + | (GPIO_PIN_CNF_DRIVE_HOH1 << GPIO_PIN_CNF_DRIVE_Pos) | (GPIO_PIN_CNF_PULL_Disabled << GPIO_PIN_CNF_PULL_Pos) | (GPIO_PIN_CNF_INPUT_Disconnect << GPIO_PIN_CNF_INPUT_Pos) | (GPIO_PIN_CNF_DIR_Output << GPIO_PIN_CNF_DIR_Pos);