mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-06-26 05:22:07 +08:00
6c702630ac
old-commit-hash: 14fb17e22f
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
|