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

pkg/semtech_loramac: use netdev_lora_rx_info structure for RX info

This commit is contained in:
Jose Alamos 2019-03-08 17:47:22 +01:00
parent 80ae186d7a
commit dd2e0bb7a7

View File

@ -31,6 +31,7 @@
#include "mutex.h"
#include "net/netdev.h"
#include "net/netdev/lora.h"
#include "net/loramac.h"
#include "sx127x.h"
@ -579,7 +580,7 @@ static void _semtech_loramac_call(semtech_loramac_func_t func, void *arg)
static void _semtech_loramac_event_cb(netdev_t *dev, netdev_event_t event)
{
netdev_sx127x_lora_packet_info_t packet_info;
netdev_lora_rx_info_t packet_info;
msg_t msg;
msg.content.ptr = dev;