cc3200: Change PRCM_PeriphRegs_t fields to unsigned char.

This helps saving ~300 bytes. Thanks to dpgeorge.
pull/1138/head
danicampora 2015-02-25 23:25:23 +01:00
rodzic 7a074a14ce
commit f3661d4100
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -59,8 +59,8 @@ extern "C"
typedef struct _PRCM_PeripheralRegs_
{
unsigned long ulClkReg;
unsigned long ulRstReg;
unsigned char ulClkReg;
unsigned char ulRstReg;
}PRCM_PeriphRegs_t;