mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
AP_HAL_Linux: Remove unused ADC include
This commit is contained in:
parent
fcb1c4cdfd
commit
2e135f4fc4
@ -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,7 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "AP_HAL_Linux.h"
|
||||
#include <AP_ADC/AP_ADC.h>
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
|
Loading…
Reference in New Issue
Block a user