We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bf699e commit e81ef52Copy full SHA for e81ef52
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "dw3000-ng"
3
description = "A modernized driver for DW3000 Ultra Wide Band module"
4
-version = "0.6.1"
+version = "0.7.0"
5
authors = [
6
"Fan Jiang <i@fanjiang.me>",
7
"Clement Pene <clement.pene@sii.fr>",
src/hl/uninitialized.rs
@@ -35,7 +35,7 @@ where
35
// wait for CPLOCK to be set
36
while self.ll.sys_status().read()?.cplock() == 0 {}
37
38
- // Configuration du xtal_trim
+ // Configuration of `XTAL_TRIM`
39
self.ll.otp_cfg().modify(|_, w| w.otp_man(1))?;
40
self.ll.otp_addr().modify(|_, w| w.otp_addr(0x1E))?;
41
self.ll.otp_cfg().modify(|_, w| w.otp_read(1))?;
0 commit comments