Rover: remove unused compat.h

This commit is contained in:
Randy Mackay 2017-08-12 10:27:00 +09:00
parent b895da64e1
commit 59a1f260d1
2 changed files with 0 additions and 5 deletions

View File

@ -68,7 +68,6 @@
#include "mode.h"
#include "AP_Arming.h"
#include "compat.h"
#include <AP_Notify/AP_Notify.h> // Notify library
#include <AP_BattMonitor/AP_BattMonitor.h> // Battery monitor library

View File

@ -1,4 +0,0 @@
#pragma once
#define HIGH 1
#define LOW 0