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());
|
app.applicationName().toLower());
|
||||||
qDebug("Settings: %s", qPrintable(appSettings->fileName()));
|
qDebug("Settings: %s", qPrintable(appSettings->fileName()));
|
||||||
|
|
||||||
validateTurboLicense();
|
initTurbo();
|
||||||
|
|
||||||
drone = new Drone();
|
drone = new Drone();
|
||||||
OstProtocolManager = new ProtocolManager();
|
OstProtocolManager = new ProtocolManager();
|
||||||
|
@ -19,7 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
|
|||||||
|
|
||||||
#include "turbo.h"
|
#include "turbo.h"
|
||||||
|
|
||||||
void validateTurboLicense()
|
void initTurbo()
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
@ -22,7 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
|
|||||||
|
|
||||||
class AbstractPort;
|
class AbstractPort;
|
||||||
|
|
||||||
void validateTurboLicense();
|
void initTurbo();
|
||||||
bool isTurboPort(const char* device);
|
bool isTurboPort(const char* device);
|
||||||
AbstractPort* createTurboPort(int id, const char* device);
|
AbstractPort* createTurboPort(int id, const char* device);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user