Skip to content

Commit 5b3c677

Browse files
committed
Add 10s delay
1 parent dde1255 commit 5b3c677

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

hw-model/src/xi3c/controller.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ impl Controller {
205205
byte_count: 0,
206206
tid: 0,
207207
};
208+
println!("XI3C: Waiting 10s before DISEC to allow device to become ready");
209+
std::thread::sleep(Duration::from_secs(10));
208210
// Disable Target Events
209211
println!("XI3C: Broadcast CCC DISEC");
210212
let result = self.send_transfer_cmd(&cmd, Ccc::Byte(XI3C_CCC_BRDCAST_DISEC));

0 commit comments

Comments
 (0)