修复代码错误

This commit is contained in:
nhkefus
2025-03-11 14:10:51 +08:00
parent a7f6e9379a
commit 3422912129
576 changed files with 39303 additions and 1012 deletions

View File

@@ -109,11 +109,11 @@ typedef uint8_t mico_bool_t;
#endif
#ifndef ssize_t
typedef int ssize_t;
#define ssize_t int
#endif
#ifndef size_t
typedef unsigned int size_t;
#define size_t unsigned int
#endif
// ==== MiCO Timer Typedef ====