🐛 Fix some Simulator on Windows issues (#22516)
This commit is contained in:
parent
47281012d9
commit
331cc5fd6a
10 changed files with 93 additions and 85 deletions
|
|
@ -208,7 +208,7 @@
|
|||
#if ENABLED(STOP_ON_ERROR)
|
||||
void report_driver_error(const TMC_driver_data &data) {
|
||||
SERIAL_ECHOPGM(" driver error detected: 0x");
|
||||
SERIAL_PRINTLN(data.drv_status, HEX);
|
||||
SERIAL_PRINTLN(data.drv_status, PrintBase::Hex);
|
||||
if (data.is_ot) SERIAL_ECHOLNPGM("overtemperature");
|
||||
if (data.is_s2g) SERIAL_ECHOLNPGM("coil short circuit");
|
||||
TERN_(TMC_DEBUG, tmc_report_all());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue