1

Fork of nRF51822 by Nordic Semiconductor

Files at this revision

API Documentation at this revision

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);