more progress on UART read

This commit is contained in:
Yehowshua Immanuel 2025-02-25 23:47:00 -05:00
parent 7265728932
commit 8d5cd862ab
9 changed files with 77 additions and 31 deletions

View file

@ -24,7 +24,7 @@ data PrivilegeLevel
data Peripherals = Peripherals
{
ram :: Ram
ram :: Ram
}
deriving (Generic, Show, Eq, NFDataX)