🎨 HAL_MinSerial.* => MinSerial.*

This commit is contained in:
Scott Lahteine
2022-05-13 23:49:29 -05:00
parent 94ed67e36e
commit c4b8339b84
8 changed files with 7 additions and 7 deletions

View File

@ -26,7 +26,7 @@
#if ENABLED(POSTMORTEM_DEBUGGING)
#include "../shared/HAL_MinSerial.h"
#include "../shared/MinSerial.h"
#include <debug_frmwrk.h>
static void TX(char c) { _DBC(c); }