mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
esp32: fix few components with dependency on networking stack
* Move smartconfig to its component directory, it should be possible to override this as whole component * Fix few header includes related to lwIP networking stack Signed-off-by: Mahavir Jain <mahavir@espressif.com>
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include "rom/ets_sys.h"
|
||||
#include "lwip/mem.h"
|
||||
|
||||
typedef long os_time_t;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user