Merge pull request #403 from g-oikonomou/contrib/native/remove-typedefs
Remove obsolete typedefs from platform native
This commit is contained in:
commit
318d3e003a
@ -58,12 +58,6 @@ int select_set_callback(int fd, const struct select_callback *callback);
|
|||||||
#define EEPROM_CONF_SIZE 1024
|
#define EEPROM_CONF_SIZE 1024
|
||||||
#endif
|
#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;
|
typedef unsigned int uip_stats_t;
|
||||||
|
|
||||||
#define LEDS_CONF_LEGACY_API 1
|
#define LEDS_CONF_LEGACY_API 1
|
||||||
|
Loading…
Reference in New Issue
Block a user