Selaa lähdekoodia

Update lcd.c

Free LCD handle slot.
pull/52/head
Marcos Medeiros 8 vuotta sitten
committed by GitHub
vanhempi
commit
7adbd1939f
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. +2
    -1
      devLib/lcd.c

+ 2
- 1
devLib/lcd.c Näytä tiedosto

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

Ladataan…
Peruuta
Tallenna