some fixes

This commit is contained in:
Andrey
2022-01-14 18:25:41 +03:00
parent a7df53fbfe
commit d4c6c410da
2 changed files with 5 additions and 10 deletions

View File

@@ -17,9 +17,6 @@
"+<libs/main/core/*.cpp>",
"+<libs/main/containers/*.cpp>"
],
"flags": [
"-DPIP_MICRO"
],
"extraScript": "platformio_pre.py"
}
}

View File

@@ -28,13 +28,11 @@
#include "picout.h"
#include "piintrospection_containers.h"
//#ifndef PIP_MICRO
#ifdef MAC_OS
# include <stdlib.h>
#else
# include <malloc.h>
#endif
//#endif
#include <initializer_list>
#include <type_traits>
#include <string.h>