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 a new issue