apache / nuttx-apps

Apache NuttX Apps is a collection of tools, shells, network utilities, libraries, interpreters and can be used with the NuttX RTOS
https://nuttx.apache.org/
Apache License 2.0
264 stars 490 forks source link

testing/monkey: fix unsigned type comparison with 0 #2349

Closed FASTSHIFT closed 3 months ago

FASTSHIFT commented 3 months ago

Summary

Fix comparing uint8_t type variable with 0.

Impact

None.

Testing

None.