grblHAL / core

grblHAL core code and master Wiki
Other
304 stars 73 forks source link

MOBUS => MODBUS #478

Closed Nick507 closed 3 months ago

Nick507 commented 3 months ago

driver_opts.h:339

#if MODBUS_ENABLE == 2
#undef MOBUS_ENABLE
#define MOBUS_ENABLE 0b011
#endif

Spent a few hours to find that D is missed

terjeio commented 3 months ago

Will fix in the next commit. Sometimes when spending countless hours on coding one get blind to obvious typos like that...