소스 검색

fix possible error caused by wrong datatype

Fischer, Simon 3 년 전
부모
커밋
0a6d0f44db
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/shellmatta_transport.h

+ 1 - 1
src/shellmatta_transport.h

@@ -96,7 +96,7 @@ typedef struct
 
 extern uint8_t protocolVersion;
 extern shellmatta_transport_packet_t packetType;
-extern uint8_t payloadLength;
+extern uint32_t payloadLength;
 extern uint8_t source;
 extern uint8_t destination;
 extern uint32_t crc32;