Skip to content

Commit 5189a48

Browse files
Update README.md
1 parent a1d8614 commit 5189a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Internally, UART interrupts are implemented using the `uart_flags` variable.
8484
| ---- | ---- |
8585
| `ie` | `ip` |
8686

87-
`ip` and `ie` are similar to the RISC-V `mie` and `mip` registers. UART _i_ corresponds with bit _i_ in both `ip` and `ie`.
87+
`ip` and `ie` are similar to the RISC-V `mip` and `mie` registers. UART _i_ corresponds with bit _i_ in both `ip` and `ie`.
8888

8989
### Syscon
9090

0 commit comments

Comments
 (0)