Remove unused duplicate line

This commit is contained in:
Stefan `Sec` Zehl 2012-01-03 22:23:24 +01:00
parent 6316af756b
commit 97268f237d
1 changed files with 0 additions and 1 deletions

View File

@ -153,7 +153,6 @@ int nrf_rcv_pkt_poll_dec(int maxsize, uint8_t * pkt, uint32_t const key[4]){
// if(key==NULL) return len;
cmpcrc=crc16(pkt,len-2);
if(key!=NULL)
xxtea_decode_words((uint32_t*)pkt,len/4,key);