update coap13
This commit is contained in:
parent
666ca8436b
commit
7cc5312937
3 changed files with 97 additions and 51 deletions
|
@ -100,6 +100,10 @@
|
|||
#include "er-coap-03.h"
|
||||
#elif WITH_COAP == 7
|
||||
#include "er-coap-07.h"
|
||||
#elif WITH_COAP == 12
|
||||
#include "er-coap-12.h"
|
||||
#elif WITH_COAP == 13
|
||||
#include "er-coap-13.h"
|
||||
#else
|
||||
#warning "Erbium example without CoAP-specifc functionality"
|
||||
#endif /* CoAP-specific example */
|
||||
|
@ -122,6 +126,9 @@
|
|||
#include "dev/ds1820.c"
|
||||
#endif
|
||||
|
||||
#include "relay.h"
|
||||
#include "relay.c"
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
#if REST_RES_INFO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue