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:
commit
ad97a25c20
@ -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
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user