summaryrefslogtreecommitdiff
path: root/nuttx/arch/avr/src/common/up_assert.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-27 17:19:38 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-27 17:19:38 -0600
commitb2f95886d464d42db186e05505ed6a6497b13521 (patch)
tree910e168e141654c73ea37c9cb1c4a29b4ed44ef4 /nuttx/arch/avr/src/common/up_assert.c
parent09e5fb91789be7024efa9071a7ed0b94145be489 (diff)
downloadnuttx-b2f95886d464d42db186e05505ed6a6497b13521.tar.gz
nuttx-b2f95886d464d42db186e05505ed6a6497b13521.tar.bz2
nuttx-b2f95886d464d42db186e05505ed6a6497b13521.zip
arch/: board function prototypes are now in include/nuttx/board.h. Remove from architecture header file; Add inclusion of nuttx/board.h to all files referencing board functions
Diffstat (limited to 'nuttx/arch/avr/src/common/up_assert.c')
-rw-r--r--nuttx/arch/avr/src/common/up_assert.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/arch/avr/src/common/up_assert.c b/nuttx/arch/avr/src/common/up_assert.c
index 411f7d68b..3ee369767 100644
--- a/nuttx/arch/avr/src/common/up_assert.c
+++ b/nuttx/arch/avr/src/common/up_assert.c
@@ -1,7 +1,7 @@
/****************************************************************************
* arch/avr/src/common/up_assert.c
*
- * Copyright (C) 2010-2011, 2013-2014 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2010-2011, 2013-2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@@ -57,6 +57,7 @@
#include <nuttx/irq.h>
#include <nuttx/arch.h>
+#include <nuttx/board.h>
#include <nuttx/usb/usbdev_trace.h>
#include <arch/board/board.h>