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
|
||||
#endif
|
||||
|
||||
#define __BUFSIZ__ 256
|
||||
#define __SMALL_BITFIELDS
|
||||
|
||||
#ifdef __MSP430X_LARGE__
|
||||
|
|
Loading…
Reference in New Issue