We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e131f8a commit 555fc51Copy full SHA for 555fc51
Device.md
@@ -1,4 +1,4 @@
1
-<img src="./assets/HarpLogo.svg" width="200">
+<img src="./assets/HarpLogo.svg" width="200">
2
3
# Common Registers and Operation (Device 1.2)
4
@@ -145,7 +145,7 @@ gantt
145
```
146
147
148
-#### **`R_OPERATION_CTRL` (U16) – Operation mode configuration**
+#### **`R_OPERATION_CTRL` (U8) – Operation mode configuration**
149
150
Address: `010`
151
@@ -486,3 +486,6 @@ An array of 8 bytes that can be used to store a tag for a specific firmware vers
486
487
- v1.11.0
488
* Add new `Tag` register.
489
+
490
+- v1.12.0
491
+ * Fix typo in `OPERATION_CTRL` register data type (U16 -> U8)
0 commit comments