fix: clippy errors in new documentedation of code in device mod

This commit is contained in:
Suyog Tandel
2026-06-23 23:11:55 +05:30
parent 0a0a7b46f0
commit c268d8ac28
+1 -1
View File
@@ -628,7 +628,7 @@ pub fn write_config(config: AppConfigInput) -> Result<String, PFError> {
///
/// # Arguments
/// * `to_bootsel` - If `true`, device enters UF2 bootloader mode for firmware flashing.
/// If `false`, device performs a normal reboot into FIDO mode.
/// If `false`, device performs a normal reboot into FIDO mode.
///
/// # Returns
/// A confirmation string if the reboot command was accepted.