Skip to content

Commit 1b3d366

Browse files
committed
updated comment versatilePB to AB
1 parent e459aab commit 1b3d366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user/printf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
_Static_assert(sizeof(uint32_t) == 4, "uint32_t must be 4 bytes");
1010

11-
// Memory-mapped I/O registers for UART0 on QEMU versatilepb
11+
// Memory-mapped I/O registers for UART0 on QEMU versatileAB
1212
#define UART0_DR (*(volatile uint32_t *)0x101f1000) // Data Register
1313
#define UART0_FR (*(volatile uint32_t *)0x101f1018) // Flag Register
1414

0 commit comments

Comments
 (0)