1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-27 07:21:18 +01:00

Merge pull request #653 from BytesGalore/fix_transceiver_pid_for_cc2420

fix to use only transceiver_pid from transceiver.c (cc2420)
This commit is contained in:
Oleg Hahm 2014-02-11 17:07:13 +01:00
commit 5fed1dc018
2 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,6 @@
/* Radio driver API */
int transceiver_pid;
void cc2420_init(int tpid)
{
uint16_t reg;

View File

@ -102,6 +102,8 @@ typedef struct __attribute__ ((packed)) {
/* @} */
} cc2420_packet_t;
extern int transceiver_pid;
/**
* @brief Init the cc2420.
*