mbed-os/libraries/mbed
Adam Green 692e666ced Silence signed/unsigned comparison warnings in GCC.
i2c_frequency() compares a uint32_t ref variable to the int hz
function parameter passed in by the caller.  I forced this to be an
uint32_t comparison.

i2c_slave_write() declared i and count variables to be of type uint32_t
but used them as int type throughout the code (in comparisons and
returns) so I switched them to be of signed int type.

spi_frequency() contains a change similar to that made in
i2c_frequency().
2013-08-13 01:47:20 -07:00
..
api Changed line endings to LF, removed non-ASCII chars from sources 2013-08-08 12:58:34 +03:00
common Silence signed/unsigned comparison warnings in GCC. 2013-08-13 01:47:19 -07:00
hal Rename some argument and enum names to match existing naming 2013-08-05 17:28:27 -07:00
targets Silence signed/unsigned comparison warnings in GCC. 2013-08-13 01:47:20 -07:00