mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-16 15:08:15 +08:00
修复代码错误
This commit is contained in:
@@ -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 ====
|
||||
|
||||
Reference in New Issue
Block a user