Merge branch 'feature/redefine_nopoll_file_folder_structure' into 'master'

feat(nopoll): Redefine nopoll file folder structure

See merge request 
This commit is contained in:
Wu Jian Gang
2018-04-21 21:35:55 +08:00
28 changed files with 4 additions and 4 deletions

@ -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"