Browse Source

Plane: fixed plane version, removing old pde

master
Andrew Tridgell 10 years ago
parent
commit
eee191875e
  1. 1646
      ArduPlane/ArduPlane.pde
  2. 4
      ArduPlane/Plane.h

1646
ArduPlane/ArduPlane.pde

File diff suppressed because it is too large Load Diff

4
ArduPlane/Plane.h

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
#define THISFIRMWARE "ArduPlane V3.3.0beta2"
#define THISFIRMWARE "ArduPlane V3.3.1beta1"
/*
Lead developer: Andrew Tridgell
@ -918,8 +918,6 @@ public: @@ -918,8 +918,6 @@ public:
int8_t test_shell(uint8_t argc, const Menu::arg *argv);
};
#define THISFIRMWARE "ArduPlane V3.3.0beta2"
#define MENU_FUNC(func) AP_HAL_CLASSPROC(&plane, &Plane::func)
extern const AP_HAL::HAL& hal;

Loading…
Cancel
Save