Rover: include AP_Beacon

This commit is contained in:
Randy Mackay 2016-11-23 16:08:55 +09:00
parent bdfae696ae
commit 55f316034c

View File

@ -72,6 +72,7 @@
#include <AP_RSSI/AP_RSSI.h> // RSSI Library
#include <AP_Button/AP_Button.h>
#include <AP_Stats/AP_Stats.h> // statistics library
#include <AP_Beacon/AP_Beacon.h>
// Configuration
#include "config.h"