mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
11 lines
168 B
C
11 lines
168 B
C
#include <stdio.h>
|
|
#include "sixlowmac.h"
|
|
#include "sixlowip.h"
|
|
|
|
#include "radio/radio.h"
|
|
|
|
|
|
void sixlowpan_init(radio_t *rd){
|
|
radio_driver = rd;
|
|
}
|