summaryrefslogtreecommitdiffhomepage
path: root/tracker-hatire/ftnoir_tracker_hat_settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'tracker-hatire/ftnoir_tracker_hat_settings.h')
-rw-r--r--tracker-hatire/ftnoir_tracker_hat_settings.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/tracker-hatire/ftnoir_tracker_hat_settings.h b/tracker-hatire/ftnoir_tracker_hat_settings.h
index ade46d54..bed33200 100644
--- a/tracker-hatire/ftnoir_tracker_hat_settings.h
+++ b/tracker-hatire/ftnoir_tracker_hat_settings.h
@@ -5,12 +5,10 @@
* copyright notice and this permission notice appear in all copies.
*/
-#ifndef FTNOIR_TRACKER_HAT_SETTINGS_H
-#define FTNOIR_TRACKER_HAT_SETTINGS_H
+#pragma once
#include <QtSerialPort/QSerialPort>
-//-----------------------------------------------------------------------------
struct TrackerSettings
{
void load_ini();
@@ -30,7 +28,6 @@ struct TrackerSettings
bool InvertY;
bool InvertZ;
-
int RollAxe;
int PitchAxe;
int YawAxe;
@@ -59,10 +56,5 @@ struct TrackerSettings
QSerialPort::StopBits pStopBits;
QSerialPort::FlowControl pFlowControl;
-#ifdef OPENTRACK_API
int FPSArduino;
-#endif
};
-
-
-#endif //FTNOIR_TRACKER_HAT_SETTINGS_H