grblHAL / Plugins_spindle

grblHAL plugins for spindle control
Other
8 stars 12 forks source link

Compile warning on the latest code #33

Closed boboxx closed 3 days ago

boboxx commented 3 days ago

main/spindle/select.c: In function 'spindle_select_config': main/spindle/select.c:448:31: warning: assignment to 'user_mcode_check_ptr' {aka 'enum ()(enum )'} from incompatible pointer type 'user_mcode_t ()(user_mcode_t)' {aka 'enum (*)(enum )'} [-Wincompatible-pointer-types] grbl.user_mcode.check = check;

terjeio commented 3 days ago

Fixed already, but not yet committed. Anyway, thanks for reporting.

boboxx commented 3 days ago

Thank you, I wish I could be more helpfull and be able to contribute more to this project. The work you are doing on this project and in IOSender is pretty impresive!