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.
Dependents: hello_message_pack
Diff: include/msgpack/detail/cpp11_zone.hpp
- Revision:
- 3:a56553e46a9a
- Parent:
- 0:3f9dbf1e2cb0
--- a/include/msgpack/detail/cpp11_zone.hpp Sat Feb 13 11:43:05 2016 +0000 +++ b/include/msgpack/detail/cpp11_zone.hpp Sun Feb 14 07:36:08 2016 +0000 @@ -20,7 +20,7 @@ #ifndef MSGPACK_ZONE_CHUNK_SIZE #if defined(__MBED__) - #define MSGPACK_ZONE_CHUNK_SIZE 1024 + #define MSGPACK_ZONE_CHUNK_SIZE 512 #elif defined(__AVR__) #define MSGPACK_ZONE_CHUNK_SIZE 128 #else