diff options
Diffstat (limited to 'cc3200/hal/pin.c')
-rw-r--r-- | cc3200/hal/pin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc3200/hal/pin.c b/cc3200/hal/pin.c index 13bb80fed3..779e287066 100644 --- a/cc3200/hal/pin.c +++ b/cc3200/hal/pin.c @@ -334,7 +334,7 @@ void PinConfigSet(unsigned long ulPin,unsigned long ulPinStrength, // // Isolate the output // - HWREG(ulPad) |= 0xC00; + HWREG(ulPad) = 0xC00; } else |