summaryrefslogtreecommitdiff
path: root/nuttx/include
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-25 08:09:57 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-25 08:09:57 -0600
commit40205b8ce91e12a08e7148670ca09eef74265843 (patch)
treedeb7fd27b0c5b7ca576887e23457469b138aa526 /nuttx/include
parentf2048d655094547f1a5c1c24768f085ccf9cbcdc (diff)
downloadnuttx-40205b8ce91e12a08e7148670ca09eef74265843.tar.gz
nuttx-40205b8ce91e12a08e7148670ca09eef74265843.tar.bz2
nuttx-40205b8ce91e12a08e7148670ca09eef74265843.zip
Fixes for more complaints from cppcheck
Diffstat (limited to 'nuttx/include')
-rw-r--r--nuttx/include/nuttx/wireless/cc3000/security.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/include/nuttx/wireless/cc3000/security.h b/nuttx/include/nuttx/wireless/cc3000/security.h
index d8f16196b..c3ed8f40e 100644
--- a/nuttx/include/nuttx/wireless/cc3000/security.h
+++ b/nuttx/include/nuttx/wireless/cc3000/security.h
@@ -134,5 +134,9 @@ signed long aes_read_key(uint8_t *key);
signed long aes_write_key(uint8_t *key);
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
#endif /* CC3000_UNENCRYPTED_SMART_CONFIG */
#endif /* _INCLUDE_NUTTX_WIRELESS_CC3000_SECURITY_H */