Skip to content

Commit

Permalink
libplatsupport: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Schladt <[email protected]>
  • Loading branch information
FelixSchladt committed Sep 18, 2023
1 parent ac6b99d commit 90395bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libplatsupport/src/mach/bcm/pl011_uart.c
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ static int pl011_uart_cr_configure(ps_chardevice_t *dev)
uint32_t val = r->cr;

val |= CR_TXE; // Transmit enable
val |= CR_RXE; // Teceive enable
val |= CR_RXE; // Receive enable

r->cr = val;

Expand Down

0 comments on commit 90395bd

Please sign in to comment.