Skip to content

Commit 7917e12

Browse files
committed
MIMXRT: define PullUp default value
This target defines few PullUp values, one should be defined to be PullUp that an application can use. We use the same value as PullDefault
1 parent f67fe4a commit 7917e12

File tree

1 file changed

+2
-1
lines changed
  • targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_MIMXRT1050/TARGET_EVK

1 file changed

+2
-1
lines changed

targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_MIMXRT1050/TARGET_EVK/PinNames.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,8 @@ typedef enum {
217217
PullUp_47K = 2,
218218
PullUp_100K = 3,
219219
PullUp_22K = 4,
220-
PullDefault = PullUp_47K
220+
PullDefault = PullUp_47K,
221+
PullUp = PullUp_47K
221222
} PinMode;
222223

223224
#ifdef __cplusplus

0 commit comments

Comments
 (0)