Revert "Increase timeout for reboot to bootloader"

This reverts commit 37d5437257.

I misunderstood the requirement described in
https://github.com/Nitrokey/nitrokey-3-firmware/issues/519, so this
change was unnecessary.
This commit is contained in:
Robin Krahl
2024-10-10 13:19:57 +02:00
parent 37d5437257
commit 29a48fea31
+1 -1
View File
@@ -15,7 +15,7 @@ use trussed::{interrupt::InterruptFlag, store::filestore::Filestore, syscall, ty
use crate::config::{self, Config, ConfigError};
use crate::migrations::Migrator;
pub const USER_PRESENCE_TIMEOUT_SECS: u32 = 30;
pub const USER_PRESENCE_TIMEOUT_SECS: u32 = 15;
// New commands are only available over this vendor command (acting as a namespace for this
// application). The actual application command is stored in the first byte of the packet data.