converter: Use unsigned int whenever it's possible
authorRomain Forlot <romain.forlot@iot.bzh>
Sat, 23 Nov 2019 13:08:41 +0000 (14:08 +0100)
committerRomain Forlot <romain.forlot@iot.bzh>
Tue, 3 Dec 2019 18:46:26 +0000 (19:46 +0100)
commit88608e3c924e35bfea623357a80fc3c2048bcdf7
tree96341240c4a044922c7ed6610410bf7a1ee748be
parent8a450d5b7bab738fe882f8675ec8a7f8fba7b306
converter: Use unsigned int whenever it's possible

Use unsigned int whenever it is possible instead of uint32_t.
This let the compiler decide the type. We do not need to use
uint32_t explicitly for the converter.

Change-Id: Ic2af875e7435668928c454df76e59c5c43b08407
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
low-can-binding/utils/converter.cpp
low-can-binding/utils/converter.hpp