We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dde1255 commit 5b3c677Copy full SHA for 5b3c677
1 file changed
hw-model/src/xi3c/controller.rs
@@ -205,6 +205,8 @@ impl Controller {
205
byte_count: 0,
206
tid: 0,
207
};
208
+ println!("XI3C: Waiting 10s before DISEC to allow device to become ready");
209
+ std::thread::sleep(Duration::from_secs(10));
210
// Disable Target Events
211
println!("XI3C: Broadcast CCC DISEC");
212
let result = self.send_transfer_cmd(&cmd, Ccc::Byte(XI3C_CCC_BRDCAST_DISEC));
0 commit comments