From 51638c0ba1f434188f89a576f93c9a7ea3186a87 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Wed, 1 Dec 2021 09:59:46 +0100 Subject: [PATCH] drivers/hts221: remove useless xtimer include --- drivers/hts221/hts221.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/hts221/hts221.c b/drivers/hts221/hts221.c index 86c80af568..763018168a 100644 --- a/drivers/hts221/hts221.c +++ b/drivers/hts221/hts221.c @@ -24,7 +24,6 @@ #include "hts221.h" #include "periph/i2c.h" -#include "xtimer.h" #define ENABLE_DEBUG 0 #include "debug.h"