grblHAL / RP2040

grblHAL driver for RP2040 (Pi Pico)
Other
109 stars 50 forks source link

RP2040 Build fails when compiling serial.c #12

Closed howitzer-88 closed 2 years ago

howitzer-88 commented 2 years ago

err.log Please see the attached error log. Previous versions compile fine. Seems to be related to the recent changes with the core. Using 'make -k' everything else builds fine.

terjeio commented 2 years ago

Oops, I have missed this one. Until I commit a fix change

https://github.com/grblHAL/RP2040/blob/e1fb16a2930a5215b5b7794f786202e3e37d2f4c/serial.c#L466 to .state.connected = true,

Sorry for the trouble.

howitzer-88 commented 2 years ago

Also need to apply that to line 236. After that it builds fine. Thanks for the quick reply.

terjeio commented 2 years ago

I have now commited a fix. Thanks for reporting.