1
0
feito fork de xt-sys/exectos

Define max ULONG type limit

Esse commit está contido em:
Rafal Kupiec 2023-11-11 09:41:44 +01:00
commit 91d65bb937
Assinado por: belliash
ID da chave GPG: 4E829243E0CFE6B4

Ver arquivo

@ -38,6 +38,7 @@
#define MAXSHORT 0x7FFF
#define MINLONG 0x80000000
#define MAXLONG 0x7FFFFFFF
#define MAXULONG 0xFFFFFFFF
/* Preprocessor macros for defining a structure alignment and packing */
#define ALIGN(x) __attribute__((aligned(x)))