Made everything a bit more friendly. Esp-open-sdk nowadays is the toolchain builder of choice anyway; it now works without modifications to that.
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
#ifndef ESPMISSINGINCLUDES_H
|
||||
#define ESPMISSINGINCLUDES_H
|
||||
|
||||
#include <ets_sys.h>
|
||||
#include <stdint.h>
|
||||
#include <c_types.h>
|
||||
#include <ets_sys.h>
|
||||
|
||||
//Missing function prototypes in include folders. Gcc will warn on these if we don't define 'em anywhere.
|
||||
//MOST OF THESE ARE GUESSED! but they seem to swork and shut up the compiler.
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
|
||||
//Including the system-wide stdint.h messes stuff up... but I don't want to change heatshrink
|
||||
//not to do it. Including this dummy file fixes it too, tho'.
|
||||
|
||||
#ifndef __ets__
|
||||
//Do include stdint for testing builds.
|
||||
#include_next <stdint.h>
|
||||
#endif
|
||||
Reference in New Issue
Block a user