Removed windows from workflows.
Removed debug printing. UnknownResponse now includes the length of the response. Added new method for clearing the device state.
This commit is contained in:
@@ -20,7 +20,7 @@ fn main() {
|
||||
|
||||
#[test]
|
||||
fn test_basic_device_access() {
|
||||
let mut device = match Device::new() {
|
||||
let _ = match Device::new() {
|
||||
Ok(device) => device,
|
||||
Err(_) => return
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user