Sync MK3<->MK4 MMU2 marlin macros

This commit is contained in:
D.R.racer 2023-09-11 11:13:41 +02:00 committed by DRracer
parent b4b0bba11c
commit 5235fe2480
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,10 @@
// brings _O and _T macros into MMU
#include "language.h"
#define MARLIN_KEEPALIVE_STATE_IN_PROCESS KEEPALIVE_STATE(IN_PROCESS)
#elif defined(UNITTEST)
#define _O(x) x
#define _T(x) x
#define MARLIN_KEEPALIVE_STATE_IN_PROCESS /*KEEPALIVE_STATE(IN_PROCESS) TODO*/
#else
#include "../../gcode/gcode.h"
#define _O(x) x