Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion drivers/include/sx126x.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#include <assert.h>

#include "sx126x_driver.h"
#include_next "sx126x.h"

#include "net/netdev.h"

Expand Down
1 change: 0 additions & 1 deletion drivers/sx126x/include/sx126x_params.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

#include "board.h"
#include "sx126x.h"
#include "sx126x_driver.h"

#if defined(MODULE_SHIELD_LLCC68) || defined(MODULE_SHIELD_SX1262)
# include "arduino_iomap.h"
Expand Down
1 change: 0 additions & 1 deletion drivers/sx126x/sx126x.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#include "net/lora.h"
#include "periph/spi.h"

#include "sx126x_driver.h"
#include "sx126x.h"
#include "sx126x_params.h"
#include "sx126x_internal.h"
Expand Down
5 changes: 4 additions & 1 deletion pkg/driver_sx126x/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
PKG_NAME=driver_sx126x
PKG_URL=https://github.com/Lora-net/sx126x_driver
PKG_VERSION=ba61312213450ae94a4293d75285c1d8f30c04b3
# v2.3.2
PKG_VERSION=9636dc4660ada4eeddf91eb7b3f7f241000bf202
PKG_LICENSE=BSD

CFLAGS += -Wno-unused-parameter

include $(RIOTBASE)/pkg/pkg.mk

all:
Expand Down
62 changes: 0 additions & 62 deletions pkg/driver_sx126x/patches/0001-adapt-to-RIOT.patch

This file was deleted.