From: Romain Forlot Date: Wed, 8 Jan 2020 09:58:42 +0000 (+0100) Subject: converter: Use unsigned int whenever it's possible X-Git-Tag: 8.99.5~55 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=c0c44da0caba438d0b5445e0c15b511170d37eac;hp=c0c44da0caba438d0b5445e0c15b511170d37eac;p=apps%2Fagl-service-can-low-level.git 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. Bug-AGL: SPEC-2988 Change-Id: Ic2af875e7435668928c454df76e59c5c43b08407 Signed-off-by: Romain Forlot ---