Skip to content

Commit 0c0ef9e

Browse files
committed
🚸 Test LIN_ADVANCE in a pins file
1 parent a58d35d commit 0c0ef9e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Marlin/src/pins/esp32/pins_MRR_ESPE.h

+3-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@
5555
#define I2S_WS 26
5656
#define I2S_BCK 25
5757
#define I2S_DATA 27
58-
#undef LIN_ADVANCE // Currently, I2S stream does not work with linear advance
58+
#if ENABLED(LIN_ADVANCE)
59+
#error "I2S stream is currently incompatible with LIN_ADVANCE."
60+
#endif
5961

6062
//
6163
// Steppers

0 commit comments

Comments
 (0)