diff options
| author | Jerry Palacios <[email protected]> | 2024-01-23 17:10:21 -0600 |
|---|---|---|
| committer | Jerry Palacios <[email protected]> | 2024-01-23 17:10:21 -0600 |
| commit | fca0b44fa1e18fa8f968b9d4e090b1880b8b735e (patch) | |
| tree | 4d1967029592bc08b3b7652dd65f763971c6fcd6 /hw | |
| parent | b3ce3e25ebe08f6e0822bcd76006a65ab8bb02f0 (diff) | |
Update pin_mux.c
Diffstat (limited to 'hw')
| -rw-r--r-- | hw/bsp/mcx/boards/frdm-mcxn947/pin_mux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/mcx/boards/frdm-mcxn947/pin_mux.c b/hw/bsp/mcx/boards/frdm-mcxn947/pin_mux.c index bf89b5329..25e54e7e3 100644 --- a/hw/bsp/mcx/boards/frdm-mcxn947/pin_mux.c +++ b/hw/bsp/mcx/boards/frdm-mcxn947/pin_mux.c @@ -127,7 +127,7 @@ void BOARD_InitPins(void) kPORT_OpenDrainDisable, /* Low drive strength is configured */ kPORT_LowDriveStrength, - /* Pin is configured as PIO3_4 */ + /* Pin is configured as PIO0_10 */ kPORT_MuxAlt0, /* Digital input enabled */ kPORT_InputBufferEnable, |
