🩹 Patch STM32 serial UUID (#26737)

Followup to #26715

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
ellensp 2024-02-01 07:33:42 +13:00 committed by GitHub
parent ef04680cc5
commit f9d5ee04b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 38 additions and 50 deletions

View file

@ -763,7 +763,7 @@
SERIAL_CHAR('\t');
st.printLabel();
SERIAL_CHAR('\t');
print_hex_long(drv_status, ':');
print_hex_long(drv_status, ':', true);
if (drv_status == 0xFFFFFFFF || drv_status == 0) SERIAL_ECHOPGM("\t Bad response!");
SERIAL_EOL();
break;