analogdevicesinc / TMC-API

TRINAMIC's IC API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TMC429_IDX_XLATCHED -> TMC429_IDX_XLATCHED(motor)?

Chris-Idema-WizzDev opened this issue · comments

https://github.com/trinamic/TMC-API/blob/fd6a5378b2157bf115b8126c9183364b899fa27f/tmc/ic/TMC429/TMC429.c#L379

Shouldn't this be TMC429_IDX_XLATCHED(motor) ?

The define in TMC429_Register.h is:: #define TMC429_IDX_XLATCHED(motor) (0x1C|TMC429_MOTOR(motor))
So it takes a parameter.

Thank you for your feedback. It has been updated.