esp8266: Rename axtls_helpers.c to posix_helpers.c.
As it's used by BerkeleyDB, etc.
This commit is contained in:
parent
bd71b3252a
commit
5671a11b81
|
@ -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)
|
||||
|
||||
|
|
|
@ -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);
|
Loading…
Reference in New Issue