Browse Source

AP_HAL_Linux: Remove unused ADC include

mission-4.1.18
Michael du Breuil 7 years ago committed by Andrew Tridgell
parent
commit
2e135f4fc4
  1. 2
      libraries/AP_HAL_Linux/AnalogIn_ADS1115.h
  2. 1
      libraries/AP_HAL_Linux/AnalogIn_IIO.h

2
libraries/AP_HAL_Linux/AnalogIn_ADS1115.h

@ -1,7 +1,7 @@ @@ -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

1
libraries/AP_HAL_Linux/AnalogIn_IIO.h

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

Loading…
Cancel
Save