From 696117e73bda03b97431440b310cc04006e74b24 Mon Sep 17 00:00:00 2001 From: 3d-gussner <3d.gussner@gmail.com> Date: Sun, 20 Nov 2022 11:14:06 +0100 Subject: [PATCH] Fix cherry-pick --- Firmware/ultralcd.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Firmware/ultralcd.cpp b/Firmware/ultralcd.cpp index f61cc58c..49a14913 100755 --- a/Firmware/ultralcd.cpp +++ b/Firmware/ultralcd.cpp @@ -4037,12 +4037,7 @@ void lcd_wizard(WizState state) { using S = WizState; bool end = false; -<<<<<<< HEAD - int8_t wizard_event; - const char *msg = NULL; -======= uint8_t wizard_event; ->>>>>>> b147fcee (XYZ calibration fixes) // Make sure EEPROM_WIZARD_ACTIVE is true if entering using different entry point // other than WizState::Run - it is useful for debugging wizard. if (state != S::Run) eeprom_update_byte((uint8_t*)EEPROM_WIZARD_ACTIVE, 1);