Implement UsbSupply for a reference of SignalledSupply
This commit is contained in:
parent
c38755c5b7
commit
e4cfbf96ac
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ impl SignalledSupply {
|
|||
}
|
||||
}
|
||||
|
||||
impl UsbSupply for SignalledSupply {
|
||||
impl UsbSupply for &SignalledSupply {
|
||||
fn is_usb_detected(&self) -> bool {
|
||||
self.usb_detected.load(Ordering::Relaxed)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue