avr: define ssize_t
This commit is contained in:
parent
964d77863f
commit
fdb1190cfa
@ -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…
x
Reference in New Issue
Block a user