Skip to content

Commit 3dbab00

Browse files
authored
src/HuC3.md: Fix a bit position (#459)
1 parent 7bdcddc commit 3dbab00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HuC3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The RTC MCU communication protocol is described below.
7373
### $B — RTC Command/Argument [write]
7474

7575
The value written consists of a command in bits 6-4, and an argument
76-
value in bits 4–0. For example the value $62 is command $6 with argument
76+
value in bits 3–0. For example the value $62 is command $6 with argument
7777
value $2. Writing to this register just sets the values in the mailbox
7878
registers – it does not cause the command to be executed.
7979

0 commit comments

Comments
 (0)