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.
Dependencies: FreePilot PinDetect mbed-src
Fork of FreePilot_V2-2 by
Diff: Serial/MODSERIAL.h
- Revision:
- 42:854d8cc26bbb
- Parent:
- 38:b5352d6f8166
--- a/Serial/MODSERIAL.h Fri Mar 06 21:19:23 2015 +0000 +++ b/Serial/MODSERIAL.h Mon Mar 09 15:58:28 2015 +0000 @@ -34,11 +34,11 @@ /** @defgroup INTERNALS MODSERIAL Internals */ #ifndef MODSERIAL_DEFAULT_RX_BUFFER_SIZE -#define MODSERIAL_DEFAULT_RX_BUFFER_SIZE 1028 +#define MODSERIAL_DEFAULT_RX_BUFFER_SIZE 1024 #endif #ifndef MODSERIAL_DEFAULT_TX_BUFFER_SIZE -#define MODSERIAL_DEFAULT_TX_BUFFER_SIZE 1028 +#define MODSERIAL_DEFAULT_TX_BUFFER_SIZE 256 #endif #include "mbed.h"