Reduce need for UNUSED
This commit is contained in:
@ -337,7 +337,7 @@ class Stepper {
|
||||
//
|
||||
// Constructor / initializer
|
||||
//
|
||||
Stepper() { };
|
||||
Stepper() {};
|
||||
|
||||
// Initialize stepper hardware
|
||||
static void init();
|
||||
|
Reference in New Issue
Block a user