Reorganize includes and declarations
This commit is contained in:
@ -50,8 +50,6 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
extern volatile uint8_t buttons; //an extended version of the last checked buttons in a bit array.
|
||||
|
||||
////////////////////////////////////
|
||||
// Setup button and encode mappings for each panel (into 'buttons' variable
|
||||
//
|
||||
@ -61,6 +59,8 @@ extern volatile uint8_t buttons; //an extended version of the last checked butt
|
||||
|
||||
#if ENABLED(ULTIPANEL)
|
||||
|
||||
extern volatile uint8_t buttons;
|
||||
|
||||
//
|
||||
// Setup other button mappings of each panel
|
||||
//
|
||||
|
Reference in New Issue
Block a user