🚑️ Init FastIO before anything else (#22508)
This commit is contained in:
@@ -1131,6 +1131,10 @@ inline void tmc_standby_setup() {
|
||||
* - Set Marlin to RUNNING State
|
||||
*/
|
||||
void setup() {
|
||||
#ifdef FASTIO_INIT
|
||||
FASTIO_INIT();
|
||||
#endif
|
||||
|
||||
#ifdef BOARD_PREINIT
|
||||
BOARD_PREINIT(); // Low-level init (before serial init)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user