We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4cd601 commit b123e8aCopy full SHA for b123e8a
rp235x-hal/src/reboot.rs
@@ -1,7 +1,7 @@
1
//! Functions for rebooting the chip using the ROM.
2
3
-#[allow(unpredictable_function_pointer_comparisons)]
4
/// Types of reboot we support
+#[allow(unpredictable_function_pointer_comparisons)]
5
#[derive(Debug, Clone, PartialEq, Eq)]
6
pub enum RebootKind {
7
/// A normal reboot
0 commit comments