Correct names for Atmel previous radio fixes plus static declarations.
This commit is contained in:
parent
093550ecbf
commit
aed5457332
2 changed files with 11 additions and 11 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue