From 62ef3f61012a5ea4b5facd8fac1618ac35ece197 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 30 Jan 2014 07:40:10 -0600 Subject: SAMA5: Oops. Upper case in include does not match lower case of filename. --- nuttx/configs/sama5d3x-ek/include/board.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nuttx/configs/sama5d3x-ek/include/board.h b/nuttx/configs/sama5d3x-ek/include/board.h index 5e6c20746..d424569c6 100644 --- a/nuttx/configs/sama5d3x-ek/include/board.h +++ b/nuttx/configs/sama5d3x-ek/include/board.h @@ -58,7 +58,7 @@ * In this configuration, UPLL is the source of the UHPHS clock (if enabled). */ -# include +# include #else /* OHCI Only. This is an alternative slower configuration that will produce a 48MHz @@ -67,7 +67,7 @@ * results in a CPU clock of 384MHz. */ -# include +# include #endif -- cgit v1.2.3