mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-22 17:52:07 +08:00
108478216b
date: 2022-08-23T18:53:11 master commit: f41dc62a12cc0f3cb8c5453c0caa0ba21e1bd01e
5 lines
122 B
C
5 lines
122 B
C
#define uint8_t unsigned char
|
|
#define uint32_t unsigned int
|
|
#define int64_t long long
|
|
#define uint64_t unsigned long long
|