mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-21 19:29:18 +00:00
Spell fix in function name
This commit is contained in:
parent
9b6377ecdc
commit
c1ed924c67
@ -44,6 +44,6 @@ void relay_enable(uint8_t pin);
|
|||||||
|
|
||||||
void relay_on();
|
void relay_on();
|
||||||
void relay_off();
|
void relay_off();
|
||||||
int8_t relay_toogle();
|
int8_t relay_toggle();
|
||||||
|
|
||||||
#endif /* RELAY_PHIDGET_H_ */
|
#endif /* RELAY_PHIDGET_H_ */
|
||||||
|
Loading…
Reference in New Issue
Block a user