summaryrefslogtreecommitdiff
path: root/nuttx/configs/lm4f120-launchpad/src/lm4f_autoleds.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/lm4f120-launchpad/src/lm4f_autoleds.c')
-rw-r--r--nuttx/configs/lm4f120-launchpad/src/lm4f_autoleds.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/lm4f120-launchpad/src/lm4f_autoleds.c b/nuttx/configs/lm4f120-launchpad/src/lm4f_autoleds.c
index 8f08f095c..9a920684d 100644
--- a/nuttx/configs/lm4f120-launchpad/src/lm4f_autoleds.c
+++ b/nuttx/configs/lm4f120-launchpad/src/lm4f_autoleds.c
@@ -1,8 +1,7 @@
/****************************************************************************
* configs/lm4f120-launchpad/src/lm4f_leds.c
- * arch/arm/src/board/lm4f_leds.c
*
- * Copyright (C) 2013 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2013, 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@@ -43,6 +42,7 @@
#include <stdbool.h>
#include <debug.h>
+#include <nuttx/board.h>
#include <arch/board/board.h>
#include "chip.h"