From c1ed924c6757f71ddfcb727e3ed02e04f85ba828 Mon Sep 17 00:00:00 2001 From: Adam Dunkels Date: Sun, 4 Oct 2015 22:34:07 +0200 Subject: [PATCH] Spell fix in function name --- platform/z1/dev/relay-phidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/z1/dev/relay-phidget.h b/platform/z1/dev/relay-phidget.h index 1d9247cca..580151f58 100644 --- a/platform/z1/dev/relay-phidget.h +++ b/platform/z1/dev/relay-phidget.h @@ -44,6 +44,6 @@ void relay_enable(uint8_t pin); void relay_on(); void relay_off(); -int8_t relay_toogle(); +int8_t relay_toggle(); #endif /* RELAY_PHIDGET_H_ */