Sodaq_RN2483
Sodaq_RN2483 copied to clipboard
Fix signed/unsigned expression comparison compiler warning
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?)