mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
commit
54826c69d7
@ -40,7 +40,7 @@
|
|||||||
# endif
|
# endif
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
# if defined (MODULE_MSP430_COMMON) || defined (MODULE_ATMEGA_COMMON)
|
# ifdef MODULE_MSP430_COMMON
|
||||||
typedef signed ssize_t;
|
typedef signed ssize_t;
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -9,4 +9,10 @@
|
|||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
|
||||||
|
#ifndef AVR_TYPES_H
|
||||||
|
#define AVR_TYPES_H
|
||||||
|
|
||||||
typedef int16_t suseconds_t;
|
typedef int16_t suseconds_t;
|
||||||
|
typedef signed int ssize_t;
|
||||||
|
|
||||||
|
#endif /* ifndef AVR_TYPES_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user