diff options
-rw-r--r-- | hardware.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -111,7 +111,7 @@ PxIES_INIT //Interrupt Edge Select (0=pos 1=neg) #define P3SEL_INIT (MSP_BSL_TXD | MSP_BSL_RXD) // PORT4 -#define P4OUT_INIT (SLP_S3_N) +#define P4OUT_INIT 0 #define P4DIR_INIT (CMDPWR | V1P8_CMD) #define P4REN_INIT (SLP_S3_N) #define P4SEL_INIT 0 |