commit | 98d03266f18b8b9d9d2f8015cc29417f0611f282 | [log] [tgz] |
---|---|---|
author | Flavio Ceolin <flavio.ceolin@intel.com> | Mon Nov 26 16:43:46 2018 -0800 |
committer | Andrew Boie <andrewboie@gmail.com> | Thu Nov 29 10:18:59 2018 -0800 |
tree | 6be34af126efc96e9cf7075e8be1a444ba349a55 | |
parent | 2b1d54e897fed4cf1de7c641408f3d90676c31bc [diff] |
serial: Change poll_out signature poll_out function was returning the character that was sent. It happens that it is always constant and the return of this functions is never tested. Changing it to be a void function. MISRA-C rule 17.7 Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>