Browse Source

AP_Button: include cleanups

apm_2208
Peter Barker 3 years ago committed by Andrew Tridgell
parent
commit
824ced4b3d
  1. 1
      libraries/AP_Button/AP_Button.cpp

1
libraries/AP_Button/AP_Button.cpp

@ -20,6 +20,7 @@
#include <GCS_MAVLink/GCS_MAVLink.h> #include <GCS_MAVLink/GCS_MAVLink.h>
#include <GCS_MAVLink/GCS.h> #include <GCS_MAVLink/GCS.h>
#include <RC_Channel/RC_Channel.h>
// very crude debounce method // very crude debounce method
#define DEBOUNCE_MS 50 #define DEBOUNCE_MS 50

Loading…
Cancel
Save