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
|
@ -17,9 +17,8 @@
|
|||
#ifndef led_pwm_h
|
||||
#define led_pwm_h
|
||||
#include "contiki.h"
|
||||
#include "erbium.h"
|
||||
|
||||
extern resource_t resource_led_pwm;
|
||||
extern resource_t res_led_pwm;
|
||||
extern void led_pwm_init (void);
|
||||
|
||||
#endif // led_pwm_h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue