/
11111
1
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 |
diff -r 7c68c8d67e1f -r 9c91c46c004c nordic-sdk/components/drivers_nrf/hal/nrf_gpio.h --- 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);