Sodaq_RN2483 icon indicating copy to clipboard operation
Sodaq_RN2483 copied to clipboard

Fix signed/unsigned expression comparison compiler warning

Open LambertusIJsselstein opened this issue 8 years ago • 0 comments

Very small change just to silence a compiler warning. InputIndex & this->inputBufferSize are unsigned but the constant 1 is signed by default (on some compilers?)

LambertusIJsselstein avatar Feb 12 '17 20:02 LambertusIJsselstein