From 0ea488e2c4844db4fa31ba2a169f80917e2590fc Mon Sep 17 00:00:00 2001
From: Jose Alamos <jose.alamos@haw-hamburg.de>
Date: Mon, 8 Oct 2018 15:10:28 +0200
Subject: [PATCH] examples/openthread: remove xtimer dependency

---
 examples/openthread/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/examples/openthread/Makefile b/examples/openthread/Makefile
index cb06dd765a..ba9b4911d7 100644
--- a/examples/openthread/Makefile
+++ b/examples/openthread/Makefile
@@ -42,7 +42,6 @@ endif
 
 USEMODULE += $(DRIVER)
 
-USEMODULE += xtimer
 USEMODULE += random
 USEMODULE += ps
 
-- 
GitLab