grblHAL / core

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

Compilation error: Inc/driver.h:688:5: error: unknown type name 'pin_cap_t' #454

Closed PecaJosef closed 4 months ago

PecaJosef commented 4 months ago

I am trying to compile the newest version but I am getting this error.

terjeio commented 4 months ago

Which driver?

PecaJosef commented 4 months ago

STM32F446. I have built a custom board and previous versions compiled successfully but didn't work as expected so I tried the new one but got this error.

terjeio commented 4 months ago

Ok, it looks like your submodules are out of sync. Check the core build date against your copy.

PecaJosef commented 4 months ago

Yeah it was a problem on my side, thank you for your help. I appreciate your fast response.