From b33800ebb451ada4c664592d830c41bc27fafe5f Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 1 May 2013 12:04:39 -0600 Subject: Fix typo in configuration variables: MP25P should M25P --- nuttx/configs/ea3131/pgnsh/defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx/configs/ea3131/pgnsh/defconfig') diff --git a/nuttx/configs/ea3131/pgnsh/defconfig b/nuttx/configs/ea3131/pgnsh/defconfig index 06c102016..9283f3207 100644 --- a/nuttx/configs/ea3131/pgnsh/defconfig +++ b/nuttx/configs/ea3131/pgnsh/defconfig @@ -103,9 +103,9 @@ CONFIG_UART_PARITY=0 CONFIG_UART_2STOP=0 # -# MP25x Configuration +# M25Px Configuration # -CONFIG_MP25P_SPIMODE=3 +CONFIG_M25P_SPIMODE=3 # # General build options -- cgit v1.2.3