1
0
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:
Ludwig Ortmann 2014-08-12 17:21:42 +02:00
parent 4a2450b464
commit b63b3b9512
2 changed files with 5 additions and 2 deletions

View File

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

View File

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