sandeepmistry / arduino-BLEPeripheral

An Arduino library for creating custom BLE peripherals with Nordic Semiconductor's nRF8001 or nR51822.
MIT License
462 stars 179 forks source link

Fix unsigned/signed comparison warning #192

Closed zfields closed 6 years ago

zfields commented 6 years ago

warning: comparison between signed and unsigned integer expressions [-Wsign-compare]

sandeepmistry commented 6 years ago

@zfields thanks!