Ver código fonte

add:修复crc类型错误(真的万万没想到,哈哈哈哈哈)

Dozingfiretruck 3 anos atrás
pai
commit
ec42184dd3
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      luat/include/crc.h

+ 2 - 2
luat/include/crc.h

@@ -4,8 +4,8 @@
 
 #ifndef uint8_t
 #define uint8_t unsigned char
-#define uint16_t unsigned int
-#define uint32_t unsigned long
+#define uint16_t unsigned short
+#define uint32_t unsigned int
 #define BOOL unsigned char
 #define TRUE 1
 #define FALSE 0