You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Marlin/src/HAL/STM32/MinSerial.cpp
+11-11
Original file line number
Diff line number
Diff line change
@@ -135,18 +135,18 @@ void install_min_serial() {
135
135
}
136
136
137
137
#if NONE(DYNAMIC_VECTORTABLE, STM32F0xx, STM32G0xx) // Cortex M0 can't jump to a symbol that's too far from the current function, so we work around this in exception_arm.cpp
0 commit comments