[RTEMS Project] #1829: LEON3_UART_Regs_Map struct incomplete
RTEMS trac
trac at rtems.org
Fri Nov 21 18:35:36 UTC 2014
#1829: LEON3_UART_Regs_Map struct incomplete
----------------------+----------------------------
Reporter: silvah15 | Owner: joel.sherrill
Type: defect | Status: new
Priority: normal | Milestone: 4.11
Component: bsps | Version: HEAD
Severity: normal | Resolution:
Keywords: |
----------------------+----------------------------
Old description:
> Missing int field scalar in LEON3_UART_Regs_Map struct.
>
> typedef struct
> {
> volatile unsigned int data;
> volatile unsigned int status;
> volatile unsigned int ctrl;
> volatile unsigned int scaler;
> } LEON3_UART_Regs_Map;
New description:
Missing int field scalar in LEON3_UART_Regs_Map struct.
typedef struct
{
volatile unsigned int data;
volatile unsigned int status;
volatile unsigned int ctrl;
volatile unsigned int scaler;
} LEON3_UART_Regs_Map;
--
Comment (by joel.sherrill):
Pinging this issue. Is it fixed now? Can we close it?
--
Ticket URL: <http://devel.rtems.org/ticket/1829#comment:4>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list