AP_HAL_Linux: Remove unused ADC include

This commit is contained in:
Michael du Breuil 2018-07-09 22:30:02 -07:00 committed by Andrew Tridgell
parent fcb1c4cdfd
commit 2e135f4fc4
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#pragma once
#include "AP_HAL_Linux.h"
#include <AP_ADC/AP_ADC.h>
#include <AP_ADC/AP_ADC_ADS1115.h>
#define ADS1115_ADC_MAX_CHANNELS 6

View File

@ -1,7 +1,6 @@
#pragma once
#include "AP_HAL_Linux.h"
#include <AP_ADC/AP_ADC.h>
#include <fcntl.h>
#include <unistd.h>