Skip to content

Commit f69dfcf

Browse files
committed
fix test
1 parent 94bdfc5 commit f69dfcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dot15d4/src/csma/constants.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ mod tests {
5757

5858
#[test]
5959
fn inv_symbol_rate() {
60-
assert_eq!(SYMBOL_RATE_INV_US, 4);
60+
assert_eq!(SYMBOL_RATE_INV_US, 16);
6161
}
6262
}

0 commit comments

Comments
 (0)