From c896749cba8688a10201672418208e4de5359800 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 20 Jun 2013 08:21:04 -0600 Subject: [PATCH] Change use of ferror() in uClibc++ so that is does not use more capability than is currently supported by the NuttX ferror() --- configs/freedom-kl25z/include/board.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/freedom-kl25z/include/board.h b/configs/freedom-kl25z/include/board.h index f3e0c8de40..341d5bf6ab 100644 --- a/configs/freedom-kl25z/include/board.h +++ b/configs/freedom-kl25z/include/board.h @@ -182,7 +182,7 @@ * alternative. */ -#define PIN_SPI0_SCK PIN_SPI0_SCK_2 +#define PIN_SPI0_SCK PIN_SPI0_SCK_2 #define PIN_SPI0_MISO PIN_SPI0_MISO_4 #define PIN_SPI0_MOSI PIN_SPI0_MOSI_3