define PIP_MICRO

detect AVR_GCC
add library.json
This commit is contained in:
Andrey
2022-01-14 14:37:51 +03:00
parent 1d9a39f792
commit 0504fa187e
6 changed files with 55 additions and 14 deletions

View File

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