grblHAL / ESP32

grblHAL driver for ESP32
Other
62 stars 39 forks source link

Support zero number of input pins #105

Closed Nick507 closed 2 months ago

Nick507 commented 3 months ago

Hi, In my setup I do not have any configured input pins, but compilation fails because of comparison unsigned i with zero. I've modified code to support such case.