Fixes for more complaints from cppcheck

This commit is contained in:
Gregory Nutt 2014-11-25 08:09:57 -06:00
parent a78ad24213
commit e0fc5a86c8
1 changed files with 4 additions and 0 deletions

View File

@ -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 */