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:
parent
b3a9b8e6ea
commit
2bfdd1fed0
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user