1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests/driver_at86rf2xx_aes: remove unnessesary xtimer.h import

This commit is contained in:
Jue 2022-10-29 23:47:59 +02:00
parent 0dc054cbda
commit 782409eb05

View File

@ -19,7 +19,6 @@
#include <stdio.h>
#include <string.h>
#include "xtimer.h"
#include "at86rf2xx.h"
#include "at86rf2xx_params.h"
#include "at86rf2xx_aes.h"