Explorar el Código

Update lcd.c

Free LCD handle slot.
pull/52/head
Marcos Medeiros hace 8 años
committed by GitHub
padre
commit
7adbd1939f
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      devLib/lcd.c

+ 2
- 1
devLib/lcd.c Ver fichero

@@ -505,6 +505,7 @@ void lcdFree (const int fd)
{
if ((fd >= 0) && (fd < MAX_LCDS))
{
free(lcds[fd]);
lcds[fd] = NULL;
}
}
}

Cargando…
Cancelar
Guardar