??? 06/13/07 21:01 Read: times |
#140718 - Still more Responding to: ???'s previous message |
Jan Waclawek said:
Your buffers are declared 48 bytes long, that's indices 0 to 47. So, using compare value 49, the index value would go up to 48, hence both buffers would "overflow". buf1 U8 xdata[48]; buf2 U8 xdata[48]; |