Skip to content

Commit

Permalink
Forget the f
Browse files Browse the repository at this point in the history
  • Loading branch information
Scavanger authored and JulianTiller committed Oct 18, 2024
1 parent e659ffc commit fa43ce5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ cov-int*
/downloads/
/debug/
/release/
/*_SITL/

# script-generated files
docs/Manual.pdf
Expand Down
4 changes: 2 additions & 2 deletions src/main/target/SITL/sim/realFlight.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
#define RF_MAX_CHANNEL_COUNT 12
// "RealFlight Ranch" is located in Sierra Nevada, southern Spain
// This is not the Position of the Ranch, it's the Point of 0,0 in the Map (bottom left corner)
#define FAKE_LAT 36.910610
#define FAKE_LON -2.876605
#define FAKE_LAT 36.910610f
#define FAKE_LON -2.876605f

static uint8_t pwmMapping[RF_MAX_PWM_OUTS];
static uint8_t mappingCount;
Expand Down

0 comments on commit fa43ce5

Please sign in to comment.