1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

tests/driver_sx127x: remove unused xtimer dependency

This commit is contained in:
Alexandre Abadie 2020-07-17 11:03:47 +02:00
parent 5801d600fd
commit d846ffe56e
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 0 additions and 2 deletions

View File

@ -6,7 +6,6 @@ USEMODULE += od
USEMODULE += shell
USEMODULE += shell_commands
USEMODULE += ps
USEMODULE += xtimer
DRIVER ?= sx1276

View File

@ -27,7 +27,6 @@
#include <inttypes.h>
#include "thread.h"
#include "xtimer.h"
#include "shell.h"
#include "shell_commands.h"