summaryrefslogtreecommitdiff
path: root/nuttx/configs/tm4c1294-launchpad/src/tm4c_boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/tm4c1294-launchpad/src/tm4c_boot.c')
-rw-r--r--nuttx/configs/tm4c1294-launchpad/src/tm4c_boot.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/configs/tm4c1294-launchpad/src/tm4c_boot.c b/nuttx/configs/tm4c1294-launchpad/src/tm4c_boot.c
index fa0973944..878f12cfa 100644
--- a/nuttx/configs/tm4c1294-launchpad/src/tm4c_boot.c
+++ b/nuttx/configs/tm4c1294-launchpad/src/tm4c_boot.c
@@ -1,7 +1,7 @@
/************************************************************************************
* configs/tm4c1294xl/src/tm4c_boot.c
*
- * Copyright (C) 2014 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2014-2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@@ -41,6 +41,7 @@
#include <debug.h>
+#include <nuttx/board.h>
#include <arch/board/board.h>
#include "tm4c1294-launchpad.h"