micro #83

Merged
peri4 merged 14 commits from micro into master 2022-03-14 12:10:33 +03:00
2 changed files with 5 additions and 10 deletions
Showing only changes of commit d4c6c410da - Show all commits

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
#ifdef MAC_OS
# include <stdlib.h>
#else
# include <malloc.h>
#endif
#include <initializer_list>
#include <type_traits>
#include <string.h>