Drop C-style 'void' argument
This commit is contained in:
@@ -533,7 +533,7 @@ void MMU2::command(const uint8_t mmu_cmd) {
|
||||
/**
|
||||
* Wait for response from MMU
|
||||
*/
|
||||
bool MMU2::get_response(void) {
|
||||
bool MMU2::get_response() {
|
||||
while (cmd != MMU_CMD_NONE) idle();
|
||||
|
||||
while (!ready) {
|
||||
|
@@ -61,7 +61,7 @@ private:
|
||||
static void check_version();
|
||||
|
||||
static void command(const uint8_t cmd);
|
||||
static bool get_response(void);
|
||||
static bool get_response();
|
||||
static void manage_response(const bool move_axes, const bool turn_off_nozzle);
|
||||
|
||||
#if HAS_LCD_MENU && ENABLED(MMU2_MENUS)
|
||||
|
Reference in New Issue
Block a user