Enable libbpf logging when drone logs are enabled
This commit is contained in:
parent
1b647ade1b
commit
d32f89d30b
@ -86,7 +86,7 @@ int main(int argc, char *argv[])
|
||||
app.applicationName().toLower());
|
||||
qDebug("Settings: %s", qPrintable(appSettings->fileName()));
|
||||
|
||||
validateTurboLicense();
|
||||
initTurbo();
|
||||
|
||||
drone = new Drone();
|
||||
OstProtocolManager = new ProtocolManager();
|
||||
|
@ -19,7 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||
|
||||
#include "turbo.h"
|
||||
|
||||
void validateTurboLicense()
|
||||
void initTurbo()
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
@ -22,7 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||
|
||||
class AbstractPort;
|
||||
|
||||
void validateTurboLicense();
|
||||
void initTurbo();
|
||||
bool isTurboPort(const char* device);
|
||||
AbstractPort* createTurboPort(int id, const char* device);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user