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: mbed-TFT-example-NCS36510 mbed-Accelerometer-example-NCS36510 mbed-Accelerometer-example-NCS36510
test_config.h
00001 #ifndef TEST_CONFIG_H 00002 #define TEST_CONFIG_H 00003 00004 /** 00005 * \def SN_COAP_DUPLICATION_MAX_MSGS_COUNT 00006 * \brief For Message duplication detection 00007 * Init value for the maximum count of messages to be stored for duplication detection 00008 * Setting of this value to 0 will disable duplication check, also reduce use of ROM memory 00009 * Default is set to 0. 00010 */ 00011 #define SN_COAP_DUPLICATION_MAX_MSGS_COUNT 1 00012 00013 #endif
Generated on Tue Jul 12 2022 11:02:54 by
