cc3200: Change PRCM_PeriphRegs_t fields to unsigned char.
This helps saving ~300 bytes. Thanks to dpgeorge.
This commit is contained in:
parent
7a074a14ce
commit
f3661d4100
@ -59,8 +59,8 @@ extern "C"
|
|||||||
typedef struct _PRCM_PeripheralRegs_
|
typedef struct _PRCM_PeripheralRegs_
|
||||||
{
|
{
|
||||||
|
|
||||||
unsigned long ulClkReg;
|
unsigned char ulClkReg;
|
||||||
unsigned long ulRstReg;
|
unsigned char ulRstReg;
|
||||||
|
|
||||||
}PRCM_PeriphRegs_t;
|
}PRCM_PeriphRegs_t;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user