Fix a couple of struct def issues with 2 previous commits
This commit is contained in:
parent
0b6dfb6080
commit
fdbb361a60
2 changed files with 2 additions and 2 deletions
|
|
@ -43,7 +43,7 @@ struct UART_REGS {
|
|||
uint32_t volatile LOW_PULSE; // 0x28
|
||||
uint32_t volatile HIGH_PULSE; // 0x2c
|
||||
uint32_t volatile PULSE_COUNT; // 0x30
|
||||
uint32_t volatile _unused[18]; // 0x34 - 0x74
|
||||
uint32_t volatile _unused[17]; // 0x34 - 0x74
|
||||
uint32_t volatile DATE; // 0x78
|
||||
uint32_t volatile ID; // 0x7c
|
||||
} __attribute__ (( packed ));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue