Hi,

I think I have found a bug in
tinyos-2.x-contrib/intelmote2/tos/chips/ov7670/SCCB.h
tinyos-2.x-contrib/intelmote2/tos/chips/ov7649/SCCB.h

there are several lines where xxx_set() and xxx_clr() look similar, what
looks wrong to me.

like this:
#define sdata_set() { GPSR(56) |= _GPIO_bit(56); } /*call
SIOD.set(); }*/
#define sdata_clr() { GPCR(56) |= _GPIO_bit(56); } /*call
SIOD.clr(); }*/

Regards,
Daniel

_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to