Browse Source

AP_Rally: add support for AP_Logger into AP_Periph

zr-v5.1
Peter Barker 4 years ago committed by Andrew Tridgell
parent
commit
102543684e
  1. 4
      libraries/AP_Rally/AP_Rally.h

4
libraries/AP_Rally/AP_Rally.h

@ -14,6 +14,10 @@ @@ -14,6 +14,10 @@
*/
#pragma once
#ifndef HAL_RALLY_ENABLED
#define HAL_RALLY_ENABLED 1
#endif
#include <AP_Common/AP_Common.h>
#include <AP_Common/Location.h>
#include <AP_Param/AP_Param.h>

Loading…
Cancel
Save