Initial Fork
Fork of MODSERIAL by
Revision 36:657e235d88f8, committed 2014-10-05
- Comitter:
- Throwbot
- Date:
- Sun Oct 05 12:22:18 2014 +0000
- Parent:
- 35:180e968a751e
- Commit message:
- Modserial;
Changed in this revision
MODSERIAL.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 180e968a751e -r 657e235d88f8 MODSERIAL.h --- a/MODSERIAL.h Mon May 12 13:20:20 2014 +0000 +++ b/MODSERIAL.h Sun Oct 05 12:22:18 2014 +0000 @@ -38,7 +38,7 @@ #endif #ifndef MODSERIAL_DEFAULT_TX_BUFFER_SIZE -#define MODSERIAL_DEFAULT_TX_BUFFER_SIZE 256 +#define MODSERIAL_DEFAULT_TX_BUFFER_SIZE 512 #endif #include "mbed.h"