Corrected ReadPropertyAck unit test found on Big Endian architecture. Thank you,Sergei!

This commit is contained in:
skarg
2010-12-23 15:11:23 +00:00
parent aa045effaa
commit db686a4984
3 changed files with 5 additions and 5 deletions
@@ -127,7 +127,6 @@ ISR(USART0_RX_vect)
UDR1 = data_byte;
#endif
(void) FIFO_Put(&Receive_Buffer, data_byte);
timer_elapsed_start(&Silence_Timer);
}
}