From 52aa1f7e3d5a15a8a1f7e5f9cae51d0f2b0b43c1 Mon Sep 17 00:00:00 2001 From: ffedoroff Date: Wed, 11 Jan 2017 02:05:48 +0600 Subject: [PATCH] Fix typo (#1715) --- app/modules/gpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/modules/gpio.c b/app/modules/gpio.c index 1cde1545..0b57c462 100644 --- a/app/modules/gpio.c +++ b/app/modules/gpio.c @@ -49,7 +49,7 @@ static void gpio_intr_callback_task (task_param_t param, uint8 priority) NODE_DBG("pin:%d, level:%d \n", pin, level); if(gpio_cb_ref[pin] != LUA_NOREF) { - // GPIO callbacks are run in L0 and inlcude the level as a parameter + // GPIO callbacks are run in L0 and include the level as a parameter lua_State *L = lua_getstate(); NODE_DBG("Calling: %08x\n", gpio_cb_ref[pin]); //