Temporarily increase left bootloader timeout from 100ms to 3000 ms for testing purposes.

This commit is contained in:
László Monda
2017-10-21 03:12:21 +02:00
parent 89fef3d933
commit 2e07627359

View File

@@ -11,7 +11,7 @@
// Macros:
#define BOOTLOADER_TAG 0x6766636B
#define BOOTLOADER_TIMEOUT_MS 100
#define BOOTLOADER_TIMEOUT_MS 3000
#define CLOCK_FLAG_HIGH_SPEED_MODE 0x01
#define DEFINE_BOOTLOADER_CONFIG_AREA(address) \