Subversion Repositories Code-Repo

Compare Revisions

Ignore whitespace Rev 155 → Rev 157

/PIC Stuff/PICX_27J13/lux_TSL2561.c
136,7 → 136,7
#endif
// temp = ((channel0 * b) - (channel1 * m));
// TODO: change this back once they fix compiler
// TODO: Change this back once they fix compiler
temp = (channel0 * b);
temp -= (channel1 * m);