grblHAL / LPC176x

grblHAL driver for LPC1968 and LPC1769
Other
18 stars 22 forks source link

Typedef struct xbar -> bit #46

Closed SlayerTO closed 7 months ago

SlayerTO commented 8 months ago

A submodule update did remove the attribute "bit" from

typedef struct xbar

but it is still in use.

https://github.com/grblHAL/LPC176x/blob/5d65d9b342af32eed3147aa15b5e6efb65556dde/src/btt_skr_1.x.c#L127C14-L127C15

SlayerTO commented 7 months ago

Potential fix: https://github.com/grblHAL/LPC176x/pull/47