summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-15 21:15:57 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-15 21:15:57 +0000
commitd834221eac15e4e656758b5473c692dfc3d1d9c5 (patch)
tree93312a3d3b614a64425f6a281c2598b83e8e4c08
parent6883da2c97ffc7f3ee0d96d3f977fb7c1ecd1c9c (diff)
downloadpx4-nuttx-d834221eac15e4e656758b5473c692dfc3d1d9c5.tar.gz
px4-nuttx-d834221eac15e4e656758b5473c692dfc3d1d9c5.tar.bz2
px4-nuttx-d834221eac15e4e656758b5473c692dfc3d1d9c5.zip
Fix ATMega128 build
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3708 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--nuttx/arch/avr/src/atmega/atmega_lowinit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/arch/avr/src/atmega/atmega_lowinit.c b/nuttx/arch/avr/src/atmega/atmega_lowinit.c
index 4720161bf..417f4e2eb 100644
--- a/nuttx/arch/avr/src/atmega/atmega_lowinit.c
+++ b/nuttx/arch/avr/src/atmega/atmega_lowinit.c
@@ -38,6 +38,7 @@
**************************************************************************/
#include <nuttx/config.h>
+#include <avr/wdt.h>
#include "atmega_config.h"
#include "up_internal.h"