Skip to content

Commit 555fc51

Browse files
committed
Fix typo in OPERATION_CTRL register
1 parent e131f8a commit 555fc51

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Device.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<img src="./assets/HarpLogo.svg" width="200">
1+
<img src="./assets/HarpLogo.svg" width="200">
22

33
# Common Registers and Operation (Device 1.2)
44

@@ -145,7 +145,7 @@ gantt
145145
```
146146

147147

148-
#### **`R_OPERATION_CTRL` (U16) – Operation mode configuration**
148+
#### **`R_OPERATION_CTRL` (U8) – Operation mode configuration**
149149

150150
Address: `010`
151151

@@ -486,3 +486,6 @@ An array of 8 bytes that can be used to store a tag for a specific firmware vers
486486

487487
- v1.11.0
488488
* Add new `Tag` register.
489+
490+
- v1.12.0
491+
* Fix typo in `OPERATION_CTRL` register data type (U16 -> U8)

0 commit comments

Comments
 (0)