mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-02 19:29:30 +00:00
Fixed stimer issues due to core changes for older Erbium versions.
This commit is contained in:
parent
75b958bb03
commit
a8653f1a70
@ -39,6 +39,7 @@
|
|||||||
#ifndef COAP_OBSERVING_H_
|
#ifndef COAP_OBSERVING_H_
|
||||||
#define COAP_OBSERVING_H_
|
#define COAP_OBSERVING_H_
|
||||||
|
|
||||||
|
#include "sys/stimer.h"
|
||||||
#include "er-coap-03.h"
|
#include "er-coap-03.h"
|
||||||
#include "er-coap-03-transactions.h"
|
#include "er-coap-03-transactions.h"
|
||||||
|
|
||||||
|
@ -39,6 +39,7 @@
|
|||||||
#ifndef COAP_OBSERVING_H_
|
#ifndef COAP_OBSERVING_H_
|
||||||
#define COAP_OBSERVING_H_
|
#define COAP_OBSERVING_H_
|
||||||
|
|
||||||
|
#include "sys/stimer.h"
|
||||||
#include "er-coap-07.h"
|
#include "er-coap-07.h"
|
||||||
#include "er-coap-07-transactions.h"
|
#include "er-coap-07-transactions.h"
|
||||||
|
|
||||||
|
@ -39,6 +39,7 @@
|
|||||||
#ifndef COAP_OBSERVING_H_
|
#ifndef COAP_OBSERVING_H_
|
||||||
#define COAP_OBSERVING_H_
|
#define COAP_OBSERVING_H_
|
||||||
|
|
||||||
|
#include "sys/stimer.h"
|
||||||
#include "er-coap-12.h"
|
#include "er-coap-12.h"
|
||||||
#include "er-coap-12-transactions.h"
|
#include "er-coap-12-transactions.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user