Browse Source

AP_HAL_ESP32: Fix multi #include's

gps-1.3.1
Jaaaky 3 years ago committed by Andrew Tridgell
parent
commit
f588b08004
  1. 4
      libraries/AP_HAL_ESP32/HAL_ESP32_Class.cpp
  2. 1
      libraries/AP_HAL_ESP32/Util.cpp

4
libraries/AP_HAL_ESP32/HAL_ESP32_Class.cpp

@ -20,16 +20,12 @@ @@ -20,16 +20,12 @@
#include "Scheduler.h"
#include "I2CDevice.h"
#include "SPIDevice.h"
#include "I2CDevice.h"
#include "UARTDriver.h"
#include "WiFiDriver.h"
#include "WiFiUdpDriver.h"
#include "RCInput.h"
#include "RCOutput.h"
#include "Storage.h"
#include "RCOutput.h"
#include "Storage.h"
#include "RCOutput.h"
#include "AnalogIn.h"
#include "Util.h"

1
libraries/AP_HAL_ESP32/Util.cpp

@ -33,7 +33,6 @@ @@ -33,7 +33,6 @@
#include "esp_log.h"
#include "esp_system.h"
#include "esp_heap_caps.h"
#include "esp_system.h"
extern const AP_HAL::HAL& hal;

Loading…
Cancel
Save