Remove spaces

This commit is contained in:
Theo Arends 2020-11-27 16:45:25 +01:00
parent 4b5dbe7a86
commit 8c9af52f72
1 changed files with 0 additions and 2 deletions

View File

@ -287,8 +287,6 @@ void UpdateQuickPowerCycle(bool update) {
#ifndef FIRMWARE_MINIMAL
if (Settings.flag3.fast_power_cycle_disable) { return; } // SetOption65 - Disable fast power cycle detection for device reset
const uint32_t QPC_COUNT = 7; // Number of Power Cycles before Settings erase
const uint32_t QPC_SIGNATURE = 0xFFA55AFF;