This commit is contained in:
ffedoroff 2017-01-11 02:05:48 +06:00 committed by Marcel Stör
parent c758908014
commit 52aa1f7e3d
1 changed files with 1 additions and 1 deletions

View File

@ -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]);
//