We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 665ae33 commit c93fd74Copy full SHA for c93fd74
hardware/arduino/bootloaders/stk500v2/stk500boot.c
@@ -95,7 +95,8 @@ Description: add timeout feature like previous Wiring bootloader
95
#include "command.h"
96
97
98
-#if defined(_MEGA_BOARD_) || defined(_BOARD_AMBER128_) || defined(__AVR_ATmega1280__) || defined(__AVR_ATmega2560__) || defined(__AVR_ATmega2561__)
+//#if defined(_MEGA_BOARD_) || defined(_BOARD_AMBER128_) || defined(__AVR_ATmega1280__) || defined(__AVR_ATmega2560__) || defined(__AVR_ATmega2561__)
99
+#if 0
100
#define ENABLE_MONITOR
101
static void RunMonitor(void);
102
#endif
0 commit comments