Correct names for Atmel previous radio fixes plus static declarations.

This commit is contained in:
Robert Olsson 2017-04-02 11:32:52 +02:00
parent 093550ecbf
commit aed5457332
2 changed files with 11 additions and 11 deletions

View file

@ -81,7 +81,7 @@ extern uint8_t debugflowsize,debugflow[DEBUGFLOWSIZE];
#include "at86rf230_registermap.h"
#endif
extern void get_last_rx_packet_timestamp(void);
extern void rf230_get_last_rx_packet_timestamp(void);
/*============================ VARIABLES =====================================*/
volatile extern signed char rf230_last_rssi;
@ -668,7 +668,7 @@ ISR(TRX24_RX_START_vect)
#if !RF230_CONF_AUTOACK
rf230_last_rssi = 3 * hal_subregister_read(SR_RSSI);
#endif
get_last_rx_packet_timestamp();
rf230_get_last_rx_packet_timestamp();
}
/* PLL has locked, either from a transition out of TRX_OFF or a channel change while on */