mirror of
https://github.com/apache/nuttx.git
synced 2026-08-20 04:58:28 +00:00
crypto: fix compile error.
In file included from drivers_initialize.c:25:0: /home/wangbowen/project/community/wbw_nuttx/nuttx/include/nuttx/crypto/crypto.h:74:20: error: expected ')' before 'void' Signed-off-by: wangbowen6 <wangbowen6@xiaomi.com>
This commit is contained in:
parent
47e85b68fe
commit
568621fbcf
1 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,8 @@
|
|||
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue