This commit is contained in:
@ -18,7 +18,7 @@ pub mod crossbeam_test {
|
||||
use std::time::Duration;
|
||||
|
||||
const TEST_APID: u16 = 0x03;
|
||||
const TEST_ID: TargetAndApidId = TargetAndApidId::new(TEST_APID, 0x05);
|
||||
const TEST_ID: UniqueApidTargetId = UniqueApidTargetId::new(TEST_APID, 0x05);
|
||||
|
||||
const FIXED_STAMP: [u8; 7] = [0; 7];
|
||||
const PACKETS_SENT: u8 = 8;
|
||||
|
Reference in New Issue
Block a user