Remove erroneous memory layout
This commit is contained in:
parent
120781866f
commit
2ce6e5ef82
|
|
@ -57,12 +57,6 @@ package Interfaces.RP2040.PIO is
|
|||
FSTAT : FSTAT_Type;
|
||||
end record;
|
||||
|
||||
for PIO_Type use
|
||||
record
|
||||
CTRL at 0 range 0 .. 31;
|
||||
FSTAT at 1 range 0 .. 31;
|
||||
end record;
|
||||
|
||||
type Direct_PIO_Type is
|
||||
record
|
||||
CTRL : Bit_32;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user