From 4b7e6820480327a221098fd30d639808b9b8ff36 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Thu, 31 Aug 2017 22:05:33 +0200 Subject: [PATCH] drivers/dht: remove useless auto_init declaration --- drivers/include/dht.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/drivers/include/dht.h b/drivers/include/dht.h index e937750479..3fb8c0f23f 100644 --- a/drivers/include/dht.h +++ b/drivers/include/dht.h @@ -77,11 +77,6 @@ typedef struct { */ typedef dht_t dht_params_t; -/** - * @brief auto-initialize all configured DHT devices - */ -void dht_auto_init(void); - /** * @brief initialize a new DHT device *