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_
|
||||
#define COAP_OBSERVING_H_
|
||||
|
||||
#include "sys/stimer.h"
|
||||
#include "er-coap-03.h"
|
||||
#include "er-coap-03-transactions.h"
|
||||
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
#ifndef COAP_OBSERVING_H_
|
||||
#define COAP_OBSERVING_H_
|
||||
|
||||
#include "sys/stimer.h"
|
||||
#include "er-coap-07.h"
|
||||
#include "er-coap-07-transactions.h"
|
||||
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
#ifndef COAP_OBSERVING_H_
|
||||
#define COAP_OBSERVING_H_
|
||||
|
||||
#include "sys/stimer.h"
|
||||
#include "er-coap-12.h"
|
||||
#include "er-coap-12-transactions.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue