Selaa lähdekoodia

Fix typo (#1715)

ffedoroff 7 vuotta sitten
vanhempi
commit
52aa1f7e3d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      app/modules/gpio.c

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