mirror of
https://github.com/nonoo/kappanhang.git
synced 2026-01-01 14:30:00 +01:00
Fix unneeded argument
This commit is contained in:
parent
7ce8b9e347
commit
e60cfe124e
|
|
@ -481,7 +481,7 @@ func (s *civControlStruct) init(st *serialStream) error {
|
|||
return nil
|
||||
}
|
||||
|
||||
func (s *civControlStruct) deinit(st *serialStream) {
|
||||
func (s *civControlStruct) deinit() {
|
||||
if s.vdReadTimer != nil {
|
||||
s.vdReadTimer.Stop()
|
||||
s.vdReadTimer = nil
|
||||
|
|
|
|||
Loading…
Reference in a new issue