mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 02:36:11 +08: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:
@@ -103,8 +103,6 @@
|
||||
* Private Type Definitions
|
||||
****************************************************************************/
|
||||
|
||||
typedef unsigned int uint;
|
||||
|
||||
#if SUPPORTS_INT128
|
||||
typedef unsigned __int128 uint128_t;
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user