2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-19 12:46:03 +00:00

51_RPI_GPIO: attr interrupt none works now

git-svn-id: https://svn.fhem.de/fhem/trunk@16687 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
klausw 2018-05-04 19:02:38 +00:00
parent c9ba3115c8
commit a5cb265b4b

View File

@ -682,7 +682,7 @@ sub RPI_GPIO_inthandling($$) { #start/stop Interrupthandling
}
} else {
delete $selectlist{$hash->{NAME}};
close($hash->{filehandle});
close($hash->{filehandle}) if defined $hash->{filehandle};
}
}