mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 22:43:50 +01:00
Merge pull request #652 from BytesGalore/fix_transceiver_pid_for_at86rf231
fix to use only transceiver_pid from transceiver.c (at86rf231)
This commit is contained in:
commit
60afe059e4
@ -16,8 +16,6 @@ static uint8_t radio_channel;
|
||||
static uint16_t radio_address;
|
||||
static uint64_t radio_address_long;
|
||||
|
||||
int transceiver_pid;
|
||||
|
||||
void at86rf231_init(int tpid)
|
||||
{
|
||||
transceiver_pid = tpid;
|
||||
|
||||
@ -30,6 +30,7 @@ typedef struct __attribute__((packed))
|
||||
}
|
||||
at86rf231_packet_t;
|
||||
|
||||
extern int transceiver_pid;
|
||||
|
||||
void at86rf231_init(int tpid);
|
||||
//void at86rf231_reset(void);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user