Index: FlashDrvr/Types.h =================================================================== diff -u -r51178541e201275f227c8b3e8084a455bb78cf39 -r376cebc2288e2aeacd888a97668ccadc8a4a0455 --- FlashDrvr/Types.h (.../Types.h) (revision 51178541e201275f227c8b3e8084a455bb78cf39) +++ FlashDrvr/Types.h (.../Types.h) (revision 376cebc2288e2aeacd888a97668ccadc8a4a0455) @@ -74,10 +74,10 @@ #endif #if !defined(false) -#define false 0U +#define false 0U #endif #if !defined(true) -#define true 1U +#define true 1U #endif /*****************************************************************************/ @@ -320,7 +320,7 @@ #if defined(_LITTLE_ENDIAN) typedef union { - volatile struct + volatile struct { #if defined (_C28X) uint16_t ChecksumLength:16; /* 0x150 bits 15:0 */ @@ -436,7 +436,7 @@ #else typedef union { - volatile struct + volatile struct { uint32_t OtpVersion:16; /* 0x150 bits 31:16 */ uint32_t ChecksumLength:16; /* 0x150 bits 15:0 */ @@ -540,8 +540,8 @@ uint16_t u16FlowCheck; uint16_t u16WaferYCoordinate; uint16_t u16WaferXCoordinate; -#else - uint16_t u16Reserved; +#else + uint16_t u16Reserved; uint16_t u16NumberOfBanks; uint16_t u16DevicePackage; uint16_t u16DeviceMemorySize;