diff --git a/lib_xua/src/hid/hid.xc b/lib_xua/src/hid/hid.xc index 5761a776..e51e6f1f 100644 --- a/lib_xua/src/hid/hid.xc +++ b/lib_xua/src/hid/hid.xc @@ -88,7 +88,7 @@ unsigned HidIsSetIdleSilenced( void ) */ static unsigned HidCalcNewReportTime( const unsigned currentPeriod, const unsigned reportTime, const unsigned reportToSetIdleInterval, const unsigned newPeriod ) { - unsigned nextReportTime = 0; + unsigned nextReportTime = 0U; if( HidFindSetIdleActivationPoint( currentPeriod, reportToSetIdleInterval )) { /* Activate immediately after sending the next HID Report */