This website works better with JavaScript.
Почетна
Помоћ
Пријавите Се
heuzef
/
WiringPi
огледало од
https://github.com/WiringPi/WiringPi.git
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
9
Вики
Activity
Преглед изворни кода
Update lcd.c
Free LCD handle slot.
pull/52/head
Marcos Medeiros
пре 8 година
committed by
GitHub
родитељ
314a4b9ec9
комит
7adbd1939f
1 измењених фајлова
са
2 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
devLib/lcd.c
+ 2
- 1
devLib/lcd.c
Прегледај датотеку
@@ -505,6 +505,7 @@ void lcdFree (const int fd)
{
if ((fd >= 0) && (fd < MAX_LCDS))
{
free(lcds[fd]);
lcds[fd] = NULL;
}
}
}
Write
Preview
Loading…
Откажи
Сачувај