1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-06 05:21:22 +03:00

Fix _packed redefinition

This commit is contained in:
Ivan Grokhotkov 2016-06-23 17:52:57 +08:00
parent 8db4dcea42
commit 1e7e5d4e96

View File

@ -8,6 +8,7 @@
#include <stdint.h>
#include <stdbool.h>
#include <stdarg.h>
#include <sys/cdefs.h>
typedef signed char sint8_t;
typedef signed short sint16_t;
@ -40,8 +41,6 @@ typedef double real64;
#define __le16 u16
#define __packed __attribute__((packed))
#define LOCAL static
#ifndef NULL