define PIP_MICRO
detect AVR_GCC add library.json
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user