Set .peripheralDetectionTimeoutMs to 300 ms.

This commit is contained in:
László Monda
2017-06-01 03:04:43 +02:00
parent 0f51700ea9
commit 6e23df41bf

View File

@@ -4,7 +4,7 @@ __attribute__((used, section(".BootloaderConfig"))) const bootloader_config_t Bo
.tag = 0x6766636B, // Magic Number
.enabledPeripherals = 0xE2, // Enabled Peripheral: I2C
.i2cSlaveAddress = 0x10, // Use user-defined I2C address
.peripheralDetectionTimeoutMs = 3000, // Use user-defined timeout (ms)
.peripheralDetectionTimeoutMs = 300, // Use user-defined timeout (ms)
.clockFlags = 0xFF, // Disable High speed mode
.clockDivider = 0xFF, // Use clock divider (0)
};