diff options
Diffstat (limited to 'platform/flash/platform_config.h')
-rw-r--r-- | platform/flash/platform_config.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/platform/flash/platform_config.h b/platform/flash/platform_config.h deleted file mode 100644 index 078bb754db..0000000000 --- a/platform/flash/platform_config.h +++ /dev/null @@ -1,12 +0,0 @@ - -#ifndef PLATFORM_CONFIG_H -#define PLATFORM_CONFIG_H - -#include <stdlib.h> -//#define alloca __builtin_alloca -#define _FORCE_INLINE_ __attribute__((always_inline)) inline - -#define _glClearDepthf glClearDepthf - -#endif - |