Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of MODSERIAL by
Revision 26:2dc6e9caef9d, committed 2015-05-01
- Comitter:
- adhithyan15
- Date:
- Fri May 01 14:35:07 2015 +0000
- Parent:
- 25:ae0408ebdd68
- Commit message:
- Initial Commit;
Changed in this revision
| MODSERIAL.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/MODSERIAL.h Tue Jan 08 18:01:03 2013 +0000 +++ b/MODSERIAL.h Fri May 01 14:35:07 2015 +0000 @@ -34,11 +34,11 @@ /** @defgroup INTERNALS MODSERIAL Internals */ #ifndef MODSERIAL_DEFAULT_RX_BUFFER_SIZE -#define MODSERIAL_DEFAULT_RX_BUFFER_SIZE 256 +#define MODSERIAL_DEFAULT_RX_BUFFER_SIZE 2048 #endif #ifndef MODSERIAL_DEFAULT_TX_BUFFER_SIZE -#define MODSERIAL_DEFAULT_TX_BUFFER_SIZE 256 +#define MODSERIAL_DEFAULT_TX_BUFFER_SIZE 2048 #endif #include "mbed.h"
