On Wed, 9 Aug 2017 16:42:03 +0800 Zhiyong Yang <[email protected]> wrote:
> - BOND_PORT = (uint8_t)retval; > + BOND_PORT = (uint16_t)retval; > The cast here is unnecessary (in C). Please remove it.
On Wed, 9 Aug 2017 16:42:03 +0800 Zhiyong Yang <[email protected]> wrote:
> - BOND_PORT = (uint8_t)retval; > + BOND_PORT = (uint16_t)retval; > The cast here is unnecessary (in C). Please remove it.