Skip to content

Commit

Permalink
Merge pull request #652 from BytesGalore/fix_transceiver_pid_for_at86…
Browse files Browse the repository at this point in the history
…rf231

fix to use only transceiver_pid from transceiver.c (at86rf231)
  • Loading branch information
OlegHahm committed Feb 11, 2014
2 parents 49c6a3a + 6bd7576 commit 60afe05
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/at86rf231/at86rf231.c
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions drivers/include/at86rf231.h
Expand Up @@ -30,6 +30,7 @@ typedef struct __attribute__((packed))
}
at86rf231_packet_t;

extern int transceiver_pid;

void at86rf231_init(int tpid);
//void at86rf231_reset(void);
Expand Down

0 comments on commit 60afe05

Please sign in to comment.