Commit 2ed018574a3627ec3ad1986780ecd91f9eabed45

Authored by Stéphane Raimbault
1 parent de225a19

Update TODO

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