Merge pull request #403 from g-oikonomou/contrib/native/remove-typedefs

Remove obsolete typedefs from platform native
This commit is contained in:
Simon Duquennoy 2018-04-02 21:14:53 +02:00 committed by GitHub
commit 318d3e003a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -58,12 +58,6 @@ int select_set_callback(int fd, const struct select_callback *callback);
#define EEPROM_CONF_SIZE 1024
#endif
/* These names are deprecated, use C99 names. */
typedef uint8_t u8_t;
typedef uint16_t u16_t;
typedef uint32_t u32_t;
typedef int32_t s32_t;
typedef unsigned int uip_stats_t;
#define LEDS_CONF_LEGACY_API 1