ON Semiconductor / mbed-os

Dependents:   mbed-TFT-example-NCS36510 mbed-Accelerometer-example-NCS36510 mbed-Accelerometer-example-NCS36510

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers test_config.h Source File

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