Browse Source

update

master
zhaohe 1 year ago
parent
commit
7cc96284fb
  1. 2
      components/tmc/basic/tmc_ic_interface.hpp

2
components/tmc/basic/tmc_ic_interface.hpp

@ -18,7 +18,7 @@ typedef enum {
typedef enum { typedef enum {
kTMC4361A = 0x2, kTMC4361A = 0x2,
kTMC2160 = 0x30,
kTMC2160AndTMC5160 = 0x30,
kTMC5130 = 0x11, kTMC5130 = 0x11,
// kTMC5160 = 0x30, // kTMC5160 = 0x30,
} tmcic_id_t; } tmcic_id_t;

Loading…
Cancel
Save