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

Merge pull request #7551 from aabadie/drivers_dht_cleanup

drivers/dht: remove useless auto_init declaration
This commit is contained in:
Sebastian Meiling 2017-09-01 10:07:08 +02:00 committed by GitHub
commit ad97a25c20

View File

@ -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
*