aboutsummaryrefslogtreecommitdiffstats
path: root/libs/bitfield-c/tests/bitfield_tests.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-09bitfield-c: use unsigned int instead of uint8_tRomain Forlot1-15/+15
Use unsigned int instead of uint8_t upon destination and source array length. This is needed to handle gathered multi-frames message data which could be greater than 1 simple messages. Bug-AGL: SPEC-2988 Change-Id: I107bff383c2d0771dbc2a30770ec5c195b1c22ac Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-06-20Separation Generator to a dedicated repoRomain Forlot1-0/+132
Change-Id: Id94831651c3266861435272a6e36c7884bef2c45 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>