mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-18 05:56: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:
parent
c9ba3115c8
commit
a5cb265b4b
@ -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};
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user