MSP430: Define __BUFSIZ__ as 256 to prevent default of 1024 being used

This commit is contained in:
Jozef Lawrynowicz 2017-07-10 17:19:00 +00:00 committed by Corinna Vinschen
parent 4bce7ecbe1
commit 25138cc2a6
1 changed files with 1 additions and 0 deletions

View File

@ -154,6 +154,7 @@
#define _REENT_SMALL
#endif
#define __BUFSIZ__ 256
#define __SMALL_BITFIELDS
#ifdef __MSP430X_LARGE__