more progress on UART read
This commit is contained in:
parent
7265728932
commit
8d5cd862ab
9 changed files with 77 additions and 31 deletions
|
@ -24,7 +24,7 @@ data PrivilegeLevel
|
|||
|
||||
data Peripherals = Peripherals
|
||||
{
|
||||
ram :: Ram
|
||||
ram :: Ram
|
||||
}
|
||||
deriving (Generic, Show, Eq, NFDataX)
|
||||
|
||||
|
|
Reference in a new issue