summaryrefslogtreecommitdiff
path: root/nuttx/configs/c5471evm/src/up_leds.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/c5471evm/src/up_leds.c')
-rw-r--r--nuttx/configs/c5471evm/src/up_leds.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/nuttx/configs/c5471evm/src/up_leds.c b/nuttx/configs/c5471evm/src/up_leds.c
index dee08e415..671104212 100644
--- a/nuttx/configs/c5471evm/src/up_leds.c
+++ b/nuttx/configs/c5471evm/src/up_leds.c
@@ -1,7 +1,7 @@
/****************************************************************************
- * up_leds.c
+ * configs/c4371evm/src/up_leds.c
*
- * Copyright (C) 2007-2009 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007-2009, 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@@ -38,7 +38,10 @@
****************************************************************************/
#include <nuttx/config.h>
+
#include <stdint.h>
+#include <nuttx/board.h>
+
#include "up_internal.h"
/****************************************************************************