Skip to content

Update mavlinkconnection.cpp, mavlinkconnection.h to fix #18

Sethuram Senthilkumar requested to merge sethuram/kirogi:develop into master

The crash occurs when the QTimer object is stopped from a different thread. Changing it to a pointer fixes that issue.

closes issue #18 (closed)

Edited by Sethuram Senthilkumar

Merge request reports