소스 검색

Update TODO

Stéphane Raimbault 17 년 전
부모
커밋
2ed018574a
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      TODO

+ 1 - 2
TODO

@@ -5,7 +5,7 @@ Features
 * slave must listen only request sent for him
 
 Cleanups
-* use uint16_t, reduce size of structs (e.g. address is uint16_t)
+* see the max length of a message and define size var accordingly (uint8_t)
 * split compute_response_size to reuse
 * split modbus.c (tcp/rtu, query/response)
 * t_id in param_msqg
@@ -13,4 +13,3 @@ Cleanups
 
 Documentation
 * README with a example to test the library
-* Better API coverage in source code