mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
crypto/ecc: fix warning in tasing compile
typedef uint redefined and uint hash been defined in sys/types.h Signed-off-by: makejian <makejian@xiaomi.com>
This commit is contained in:
parent
c6d1bed4d1
commit
e2a7656eee
1 changed files with 0 additions and 2 deletions
|
|
@ -103,8 +103,6 @@
|
|||
* Private Type Definitions
|
||||
****************************************************************************/
|
||||
|
||||
typedef unsigned int uint;
|
||||
|
||||
#if SUPPORTS_INT128
|
||||
typedef unsigned __int128 uint128_t;
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue