Factor/Fix generic resources
Now the old GENERIC_RESOURCE macros works again (but usage has changed). Common resources (battery, leds, radio) are now in resources-common.
This commit is contained in:
parent
76e39b2b5d
commit
baaa2c5741
59 changed files with 440 additions and 2705 deletions
|
@ -19,9 +19,9 @@
|
|||
#include "contiki.h"
|
||||
#include "rest-engine.h"
|
||||
|
||||
extern resource_t resource_timestamp;
|
||||
extern resource_t resource_localtime;
|
||||
extern resource_t resource_utc;
|
||||
extern resource_t res_timestamp;
|
||||
extern resource_t res_localtime;
|
||||
extern resource_t res_utc;
|
||||
|
||||
#endif // time_resource_h
|
||||
/** @} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue