Files
openpilot-evo/panda/crypto/stdint.h
T
Vehicle Researcher 9032365ea1 Merge commit '3966ad4c4d9052a39cef759cea211d614613f285' as 'panda'
old-commit-hash: 983120bfed09ad9331fa96be3143a604c9a1a179
2019-06-28 21:09:12 +00:00

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