Re: Bit definition problem - Is this is Bug in CCS?
Posted: Tue Jan 27, 2009 11:34 am
satishmunot wrote:
hi
Code:
unsigned char dig[3];
#bit Flage=dig[2].0
Gives problem
It is true that you can't define Flage as dig[2].0, because dig[2] is not a simple variable, as required by the documentation (so it is not a bug). But you can do this:
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum