1
0
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:
Oleg Hahm 2014-02-11 17:05:11 +01:00
commit 60afe059e4
2 changed files with 1 additions and 2 deletions

View File

@ -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;

View File

@ -30,6 +30,7 @@ typedef struct __attribute__((packed))
}
at86rf231_packet_t;
extern int transceiver_pid;
void at86rf231_init(int tpid);
//void at86rf231_reset(void);