MSP430: Define __BUFSIZ__ as 256 to prevent default of 1024 being used
This commit is contained in:
parent
4bce7ecbe1
commit
25138cc2a6
@ -154,6 +154,7 @@
|
|||||||
#define _REENT_SMALL
|
#define _REENT_SMALL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define __BUFSIZ__ 256
|
||||||
#define __SMALL_BITFIELDS
|
#define __SMALL_BITFIELDS
|
||||||
|
|
||||||
#ifdef __MSP430X_LARGE__
|
#ifdef __MSP430X_LARGE__
|
||||||
|
Loading…
x
Reference in New Issue
Block a user