Hello (Ealier reported in wrong thread !)
I just came across this, with live watch.
Live watch is not able to show packed structs like this one
struct __attribute__((packed, aligned(4))) SCfg // for each configuration
{
friend CGlobalVars;
uint8_t FlashLength; // 0..63
uint16_t FlashTime; // 0..500
bool RIL : 4;
private:
enum eSetup
{
Empty = 0,
Ok,
Wait
};
eSetup SetupState : 4;
} Cfg[4];
The : 4 size is not correct showen in live watch window
BR
Søren Gullach
-
This topic was modified 2 years, 10 months ago by Soren.
-
This topic was modified 2 years, 10 months ago by Soren.