mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-09-15 12:46:30 +08:00
feat(structure): Re-structure some include
This commit is contained in:
@ -1,8 +1,10 @@
|
||||
#
|
||||
# Component Makefile
|
||||
#
|
||||
COMPONENT_ADD_INCLUDEDIRS += include/espressif include/driver
|
||||
COMPONENT_ADD_INCLUDEDIRS += include
|
||||
COMPONENT_PRIV_INCLUDEDIRS := include/driver
|
||||
COMPONENT_SRCDIRS := driver
|
||||
|
||||
LIBS ?=
|
||||
ifndef CONFIG_NO_BLOBS
|
||||
LIBS += airkiss cirom crypto espnow gcc hal core minic mirom net80211 \
|
||||
|
@ -22,7 +22,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "espressif/esp_common.h"
|
||||
#include "esp_common.h"
|
||||
#include "freertos/portmacro.h"
|
||||
|
||||
#include "gpio.h"
|
||||
|
Reference in New Issue
Block a user