mirror of
https://github.com/solokeys/admin-app.git
synced 2026-06-20 13:16:17 -07:00
Fix factory reset ack
This commit is contained in:
+1
-2
@@ -45,8 +45,7 @@ impl ResetSignalAllocation {
|
||||
///
|
||||
/// A configuration change cannot be acknowledged as it requires a power cycle to be taken into account.
|
||||
pub fn ack_factory_reset(&self) {
|
||||
self.0
|
||||
.store(ResetSignal::ConfigChanged as u8, Ordering::Relaxed)
|
||||
self.0.store(ResetSignal::None as u8, Ordering::Relaxed)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user