summaryrefslogtreecommitdiff
path: root/nuttx/include/wdog.h
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-25 11:59:17 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-25 11:59:17 -0600
commit2e4784a86204f678599cc58d4e55e429bae762df (patch)
treedf4797000d9eff788d7c124e8e45d5449a140237 /nuttx/include/wdog.h
parentbc4e52f0f8b5cc966052eb2890958bfc1fa8b630 (diff)
downloadnuttx-2e4784a86204f678599cc58d4e55e429bae762df.tar.gz
nuttx-2e4784a86204f678599cc58d4e55e429bae762df.tar.bz2
nuttx-2e4784a86204f678599cc58d4e55e429bae762df.zip
Updates to ZNeo configurations + misc cosmetic changes to comments
Diffstat (limited to 'nuttx/include/wdog.h')
-rw-r--r--nuttx/include/wdog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/include/wdog.h b/nuttx/include/wdog.h
index 21f1b8263..0aa358416 100644
--- a/nuttx/include/wdog.h
+++ b/nuttx/include/wdog.h
@@ -90,7 +90,8 @@ typedef FAR struct wdog_s *WDOG_ID;
#ifdef __cplusplus
#define EXTERN extern "C"
-extern "C" {
+extern "C"
+{
#else
#define EXTERN extern
#endif