mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-03 11:30:53 +00:00
Adjusted typdefs to Cygwin 1.7 (now not compatible anymore with Cygwin 1.5).
This commit is contained in:
parent
5640f89259
commit
5dd5b5ac43
@ -38,8 +38,8 @@ typedef signed char int8_t;
|
|||||||
typedef unsigned char uint8_t;
|
typedef unsigned char uint8_t;
|
||||||
typedef signed short int16_t;
|
typedef signed short int16_t;
|
||||||
typedef unsigned short uint16_t;
|
typedef unsigned short uint16_t;
|
||||||
typedef signed long int32_t;
|
typedef signed int int32_t;
|
||||||
typedef unsigned long uint32_t;
|
typedef unsigned int uint32_t;
|
||||||
|
|
||||||
/* These names are deprecated, use C99 names. */
|
/* These names are deprecated, use C99 names. */
|
||||||
typedef unsigned char u8_t;
|
typedef unsigned char u8_t;
|
||||||
|
Loading…
Reference in New Issue
Block a user