esp_now: remove unnecessary ifdef
This commit is contained in:
parent
07ceddd9b1
commit
a46023a523
@ -16,8 +16,6 @@
|
|||||||
* @author Gunar Schorcht <gunar@schorcht.net>
|
* @author Gunar Schorcht <gunar@schorcht.net>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef MODULE_ESP_NOW
|
|
||||||
|
|
||||||
#define ENABLE_DEBUG (0)
|
#define ENABLE_DEBUG (0)
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
@ -868,5 +866,4 @@ void auto_init_esp_now (void)
|
|||||||
(netdev_t *)&_esp_now_dev);
|
(netdev_t *)&_esp_now_dev);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* MODULE_ESP_NOW */
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user