platformio_pre.py

This commit is contained in:
Andrey
2022-01-14 18:15:56 +03:00
parent 0504fa187e
commit a7df53fbfe
34 changed files with 200 additions and 117 deletions

View File

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