mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-17 02:52:12 +01:00
Change return type from Telemetry::transactionTimeout back to void.
This commit is contained in:
parent
952c6d9f32
commit
9c1549e6a2
@ -256,7 +256,7 @@ void Telemetry::transactionCompleted(UAVObject* obj, bool success)
|
||||
/**
|
||||
* Called when a transaction is not completed within the timeout period (timer event)
|
||||
*/
|
||||
bool Telemetry::transactionTimeout(ObjectTransactionInfo *transInfo)
|
||||
void Telemetry::transactionTimeout(ObjectTransactionInfo *transInfo)
|
||||
{
|
||||
//qDebug() << "Telemetry: transaction timeout.";
|
||||
|
||||
|
@ -75,7 +75,7 @@ public:
|
||||
~Telemetry();
|
||||
TelemetryStats getStats();
|
||||
void resetStats();
|
||||
bool transactionTimeout(ObjectTransactionInfo *info);
|
||||
void transactionTimeout(ObjectTransactionInfo *info);
|
||||
|
||||
signals:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user