Skip to content

Commit e81ef52

Browse files
committed
0.7.0
1 parent 8bf699e commit e81ef52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "dw3000-ng"
33
description = "A modernized driver for DW3000 Ultra Wide Band module"
4-
version = "0.6.1"
4+
version = "0.7.0"
55
authors = [
66
"Fan Jiang <i@fanjiang.me>",
77
"Clement Pene <clement.pene@sii.fr>",

src/hl/uninitialized.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ where
3535
// wait for CPLOCK to be set
3636
while self.ll.sys_status().read()?.cplock() == 0 {}
3737

38-
// Configuration du xtal_trim
38+
// Configuration of `XTAL_TRIM`
3939
self.ll.otp_cfg().modify(|_, w| w.otp_man(1))?;
4040
self.ll.otp_addr().modify(|_, w| w.otp_addr(0x1E))?;
4141
self.ll.otp_cfg().modify(|_, w| w.otp_read(1))?;

0 commit comments

Comments
 (0)