esp8266: Rename axtls_helpers.c to posix_helpers.c.

As it's used by BerkeleyDB, etc.
pull/1/head
Paul Sokolovsky 2017-09-10 09:47:20 +03:00
parent bd71b3252a
commit 5671a11b81
2 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ SRC_C = \
moduos.c \
ets_alt_task.c \
fatfs_port.c \
axtls_helpers.c \
posix_helpers.c \
hspi.c \
$(SRC_MOD)

View File

@ -29,7 +29,7 @@
#include "py/mphal.h"
#include "py/gc.h"
// Functions for axTLS
// Functions for external libs like axTLS, BerkeleyDB, etc.
void *malloc(size_t size) {
return gc_alloc(size, false);