Commit d8ba7d5b authored by Johny Mattsson's avatar Johny Mattsson
Browse files

Override the c_types.h to get int64_t defined properly.

I really wish they'd just used stdint.h instead of rolling their own broken
stuff.
parent c674d191
#ifndef _OVERRIDE_C_TYPES_H_
#define _OVERRIDE_C_TYPES_H_
#include "../../sdk/esp_iot_sdk_v1.4.0/include/c_types.h"
typedef sint64_t int64_t;
#endif
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment