Remove obsolete typedefs

This commit is contained in:
George Oikonomou 2018-03-31 21:55:31 +01:00
parent 941d8457b4
commit 1d59a258ed
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