🩹 Define drawTrinamicConfigMenu

Followup to #25982
This commit is contained in:
Scott Lahteine
2023-07-01 18:20:36 -05:00
parent 60f74f3cb3
commit 7f5b0b4008

View File

@@ -355,6 +355,9 @@ void drawStepsMenu();
void drawEditMeshMenu(); void drawEditMeshMenu();
#endif #endif
#endif #endif
#if HAS_TRINAMIC_CONFIG
void drawTrinamicConfigMenu();
#endif
// Custom colors editing // Custom colors editing
#if HAS_CUSTOM_COLORS #if HAS_CUSTOM_COLORS