mbed-os/libraries/mbed/targets
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
..
cmsis Add LPC11U24/301 TARGET 2013-08-09 17:21:03 +01:00
hal Silence signed/unsigned comparison warnings in GCC. 2013-08-13 01:47:20 -07:00