summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-30 15:23:40 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-30 15:23:40 -0600
commit89f6b27d07d66f96c9aa2cce0314098c8338e2b7 (patch)
treed65078f14ab9e6c60be57505f39d1e1ee3c7c13f
parent71fe524da425153857465f5dec980b472507eb30 (diff)
downloadnuttx-89f6b27d07d66f96c9aa2cce0314098c8338e2b7.tar.gz
nuttx-89f6b27d07d66f96c9aa2cce0314098c8338e2b7.tar.bz2
nuttx-89f6b27d07d66f96c9aa2cce0314098c8338e2b7.zip
SAM4S Xplained Pro build fixes
-rwxr-xr-xnuttx/configs/sam4s-xplained-pro/src/sam_tc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/nuttx/configs/sam4s-xplained-pro/src/sam_tc.c b/nuttx/configs/sam4s-xplained-pro/src/sam_tc.c
index 851e0d2de..fb0a1990c 100755
--- a/nuttx/configs/sam4s-xplained-pro/src/sam_tc.c
+++ b/nuttx/configs/sam4s-xplained-pro/src/sam_tc.c
@@ -57,10 +57,6 @@
#include "sam_lowputc.h"
#include "sam_tc.h"
-#if defined(CONFIG_SCHED_CPULOAD) && defined(CONFIG_SCHED_CPULOAD_EXTCLK)
-# include <os_internal.h>
-#endif
-
#ifdef CONFIG_TIMER
/****************************************************************************