From 4eb4924d81cfbb106b6c3d9d021694242f11ba80 Mon Sep 17 00:00:00 2001 From: Robert Pelnar Date: Mon, 23 Jul 2018 14:41:10 +0200 Subject: [PATCH] Optiboot enabled --- Firmware/Marlin_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Firmware/Marlin_main.cpp b/Firmware/Marlin_main.cpp index b5d8a2ab..1377afd2 100644 --- a/Firmware/Marlin_main.cpp +++ b/Firmware/Marlin_main.cpp @@ -1147,7 +1147,7 @@ void setup() #ifdef W25X20CL // Enter an STK500 compatible Optiboot boot loader waiting for flashing the languages to an external flash memory. - // optiboot_w25x20cl_enter(); + optiboot_w25x20cl_enter(); #endif #if (LANG_MODE != 0) //secondary language support