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.
Revision 3:decf96d8e6b0, committed 2012-07-02
- Comitter:
- ashleymills
- Date:
- Mon Jul 02 09:37:28 2012 +0000
- Parent:
- 2:7d8a6087f2e5
- Child:
- 4:6e575c19681f
- Commit message:
- 512 byte RX buffer, 64 byte TX buffer
Changed in this revision
| Y201.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/Y201.h Fri Jun 29 19:10:17 2012 +0000 +++ b/Y201.h Mon Jul 02 09:37:28 2012 +0000 @@ -1,4 +1,6 @@ #include "mbed.h" +#define MODSERIAL_DEFAULT_RX_BUFFER_SIZE 512 +#define MODSERIAL_DEFAULT_TX_BUFFER_SIZE 64 #include "MODSERIAL.h" #pragma once

