Skip to content

Commit

Permalink
Terrible fix for headTrackingEnabled compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
CapnBry committed Sep 19, 2023
1 parent ac07c18 commit 2b89a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/src/tx_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ uint8_t MSPDataPackage[5];
static uint8_t BindingSendCount;
bool RxWiFiReadyToSend = false;

bool headTrackingEnabled = false;
#if !defined(CRITICAL_FLASH)
static uint16_t ptrChannelData[3] = {CRSF_CHANNEL_VALUE_MID, CRSF_CHANNEL_VALUE_MID, CRSF_CHANNEL_VALUE_MID};
bool headTrackingEnabled = false;
static uint32_t lastPTRValidTimeMs;
#endif

Expand Down

0 comments on commit 2b89a35

Please sign in to comment.