mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 10:53:16 +01:00
UART service tested.
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
#define PL011_OEIRQ (1 << 10)
|
||||
|
||||
struct pl011_uart {
|
||||
unsigned int base;
|
||||
unsigned long base;
|
||||
unsigned int frame_errors;
|
||||
unsigned int parity_errors;
|
||||
unsigned int break_errors;
|
||||
|
||||
Reference in New Issue
Block a user