Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/admin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ pub trait Reboot {
/// Presuming the device has a separate mode of operation that
/// allows updating its firmware (for instance, a bootloader),
/// reboots the device into this mode.
fn reboot_to_firmware_update() -> !;
fn reboot_to_firmware_update();

/// Reboots the device.
///
Expand Down
Loading