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 { } else {
delete $selectlist{$hash->{NAME}}; delete $selectlist{$hash->{NAME}};
close($hash->{filehandle}); close($hash->{filehandle}) if defined $hash->{filehandle};
} }
} }