1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-27 23:41:18 +01:00

added missing initialization for cc2420 abort counter

This commit is contained in:
Oleg Hahm 2013-08-27 00:00:55 +02:00
parent b3a9b8e6ea
commit 2bfdd1fed0

View File

@ -25,7 +25,7 @@ static uint8_t sequenz_nr;
int16_t cc2420_send(cc2420_packet_t *packet)
{
volatile uint32_t abort_count;
volatile uint32_t abort_count = 0;
/* Set missing frame information */
packet->frame.fcf.frame_ver = 0;