mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-06-24 05:42:05 +08:00
dba8e01e54
git-subtree-dir: panda git-subtree-split: ae816c104a99a8cd4d508ccd6abdc7b93053529c
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
|