13
0
Fork 1

fixed compiling bug

git-svn-id: https://dedected.org/svn/trunk@72 8d8ab74c-27aa-4a3d-9bde-523a2bc1f624
This commit is contained in:
krater 2009-02-12 14:57:20 +00:00
parent 7908e74c6f
commit b17649b226
1 changed files with 2 additions and 2 deletions

View File

@ -477,7 +477,7 @@ void sniffer_sniff_sync_irq(struct coa_info *dev, int irq)
{
struct sniffed_packet packet;
packet.rssi = SC14421_READ(memofs);
packet.bfok = ((SC14421_READ(1+memofs) & 0x03) == 0x03);
//packet.bfok = ((SC14421_READ(1+memofs) & 0x03) == 0x03);
packet.channel = config->slottable[a].channel;
packet.slot = a;
memcpy(packet.data,fppacket,5);
@ -577,7 +577,7 @@ void sniffer_sniff_sync_irq(struct coa_info *dev, int irq)
struct sniffed_packet packet;
packet.rssi = SC14421_READ(memofs);
packet.bfok = ((SC14421_READ(1+memofs) & 0x03) == 0x03);
//packet.bfok = ((SC14421_READ(1+memofs) & 0x03) == 0x03);
packet.channel = config->slottable[a].channel;
packet.slot = a;
memcpy(packet.data, pppacket, 5);