From aa622de663e0f96c5d7d4e4bc1d977b4febe6786 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 27 Feb 2015 18:49:24 -0600 Subject: configs/: board function prototypes are now in include/nuttx/board.h. Remove from board header file; Add inclusion of nuttx/board.h to all files referencing board functions --- nuttx/configs/eagle100/src/up_boot.c | 6 +++--- nuttx/configs/eagle100/src/up_leds.c | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'nuttx/configs/eagle100') diff --git a/nuttx/configs/eagle100/src/up_boot.c b/nuttx/configs/eagle100/src/up_boot.c index 768814404..33caa32da 100644 --- a/nuttx/configs/eagle100/src/up_boot.c +++ b/nuttx/configs/eagle100/src/up_boot.c @@ -1,8 +1,7 @@ /************************************************************************************ * configs/eagle100/src/up_boot.c - * arch/arm/src/board/up_boot.c * - * Copyright (C) 2009-2010 Gregory Nutt. All rights reserved. + * Copyright (C) 2009-2010, 2015 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -42,13 +41,14 @@ #include +#include #include #include "up_arch.h" #include "eagle100_internal.h" /************************************************************************************ - * Definitions + * Pre-processor Definitions ************************************************************************************/ /************************************************************************************ diff --git a/nuttx/configs/eagle100/src/up_leds.c b/nuttx/configs/eagle100/src/up_leds.c index aca7b1557..378a85565 100644 --- a/nuttx/configs/eagle100/src/up_leds.c +++ b/nuttx/configs/eagle100/src/up_leds.c @@ -1,8 +1,7 @@ /**************************************************************************** * configs/eagle100/src/up_leds.c - * arch/arm/src/board/up_leds.c * - * Copyright (C) 2009-2010, 2013 Gregory Nutt. All rights reserved. + * Copyright (C) 2009-2010, 2013, 2015 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -43,6 +42,7 @@ #include #include +#include #include #include "chip.h" -- cgit v1.2.3