EXTENSIBLE_UI Joystick support (#15303)
This commit is contained in:
committed by
Scott Lahteine
parent
12e0581f24
commit
7f117bfc60
@@ -46,7 +46,7 @@ class Joystick {
|
||||
#if ENABLED(JOYSTICK_DEBUG)
|
||||
static void report();
|
||||
#endif
|
||||
static void calculate(float norm_jog[XYZ]);
|
||||
static void calculate(float (&norm_jog)[XYZ]);
|
||||
static void inject_jog_moves();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user