mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 22:13:52 +01:00
drivers/at86rf231: add transceiver/pid includes
This commit is contained in:
parent
4a2450b464
commit
b63b3b9512
@ -7,6 +7,9 @@
|
||||
* directory for more details.
|
||||
*/
|
||||
|
||||
#include "kernel_types.h"
|
||||
#include "transceiver.h"
|
||||
|
||||
#include "at86rf231.h"
|
||||
#include "at86rf231_arch.h"
|
||||
#include "at86rf231_spi.h"
|
||||
|
||||
@ -4,6 +4,8 @@
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "kernel_types.h"
|
||||
|
||||
#include "board.h"
|
||||
#include "radio/types.h"
|
||||
|
||||
@ -29,8 +31,6 @@ typedef struct __attribute__((packed))
|
||||
}
|
||||
at86rf231_packet_t;
|
||||
|
||||
extern kernel_pid_t transceiver_pid;
|
||||
|
||||
void at86rf231_init(kernel_pid_t tpid);
|
||||
//void at86rf231_reset(void);
|
||||
void at86rf231_rx(void);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user