mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-07-15 08:32:42 +08:00
Merge branch 'feature/redefine_nopoll_file_folder_structure' into 'master'
feat(nopoll): Redefine nopoll file folder structure See merge request sdk/ESP8266_RTOS_SDK!80
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
#
|
||||
|
||||
ifdef CONFIG_SSL_USING_MBEDTLS
|
||||
COMPONENT_ADD_INCLUDEDIRS += include/nopoll
|
||||
COMPONENT_ADD_INCLUDEDIRS += nopoll/src port/include
|
||||
|
||||
COMPONENT_SRCDIRS := library
|
||||
COMPONENT_SRCDIRS := nopoll/src
|
||||
endif
|
@ -36,7 +36,7 @@
|
||||
* Email address:
|
||||
* info@aspl.es - http://www.aspl.es/nopoll
|
||||
*/
|
||||
#include <nopoll/nopoll.h>
|
||||
#include <nopoll.h>
|
||||
#include "esp_common.h"
|
||||
#include "freertos/FreeRTOS.h"
|
||||
#include "freertos/task.h"
|
@ -36,7 +36,7 @@
|
||||
* Email address:
|
||||
* info@aspl.es - http://www.aspl.es/nopoll
|
||||
*/
|
||||
#include <nopoll/nopoll.h>
|
||||
#include <nopoll.h>
|
||||
#include "esp_common.h"
|
||||
#include "freertos/FreeRTOS.h"
|
||||
#include "freertos/task.h"
|
||||
|
Reference in New Issue
Block a user