TMC SGT is int8 (#9651)
This commit is contained in:
committed by
Scott Lahteine
parent
2d749d490b
commit
749bc42aa9
@@ -43,7 +43,7 @@ void _tmc_say_current(const char name[], const uint16_t curr);
|
||||
void _tmc_say_otpw(const char name[], const bool otpw);
|
||||
void _tmc_say_otpw_cleared(const char name[]);
|
||||
void _tmc_say_pwmthrs(const char name[], const uint32_t thrs);
|
||||
void _tmc_say_sgt(const char name[], const uint32_t sgt);
|
||||
void _tmc_say_sgt(const char name[], const int8_t sgt);
|
||||
|
||||
template<typename TMC>
|
||||
void tmc_get_current(TMC &st, const char name[]) {
|
||||
|
Reference in New Issue
Block a user