Implement UsbSupply for a reference of SignalledSupply
This commit is contained in:
parent
c38755c5b7
commit
e4cfbf96ac
@ -142,7 +142,7 @@ impl SignalledSupply {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
impl UsbSupply for SignalledSupply {
|
impl UsbSupply for &SignalledSupply {
|
||||||
fn is_usb_detected(&self) -> bool {
|
fn is_usb_detected(&self) -> bool {
|
||||||
self.usb_detected.load(Ordering::Relaxed)
|
self.usb_detected.load(Ordering::Relaxed)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user