summaryrefslogtreecommitdiff
path: root/nuttx/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-16 17:20:36 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-16 17:20:36 +0000
commit62fb03e8a5fe25cf15fba1c106d854a0a7cb9b1f (patch)
tree20dbb76bb0ec35303c2a9267d60c872c5c867f0d /nuttx/include
parent103151bb4289ed721e1beede1fb057b6b7bbc9cc (diff)
downloadpx4-nuttx-62fb03e8a5fe25cf15fba1c106d854a0a7cb9b1f.tar.gz
px4-nuttx-62fb03e8a5fe25cf15fba1c106d854a0a7cb9b1f.tar.bz2
px4-nuttx-62fb03e8a5fe25cf15fba1c106d854a0a7cb9b1f.zip
Add STM32 watchdog configuration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4617 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include')
-rwxr-xr-xnuttx/include/nuttx/watchdog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/include/nuttx/watchdog.h b/nuttx/include/nuttx/watchdog.h
index 83219caf2..2372b2411 100755
--- a/nuttx/include/nuttx/watchdog.h
+++ b/nuttx/include/nuttx/watchdog.h
@@ -41,6 +41,8 @@
****************************************************************************/
#include <nuttx/config.h>
+#include <nuttx/compiler.h>
+#include <nuttx/irq.h>
#include <nuttx/fs/ioctl.h>
#ifdef CONFIG_WATCHDOG