5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-03-10 00:23:57 -03:00
ardupilot/libraries/AP_HAL_ESP32/AP_HAL_ESP32.h

8 lines
129 B
C
Raw Normal View History

#pragma once
/* Your layer exports should depend on AP_HAL.h ONLY. */
#include <AP_HAL/AP_HAL.h>
#include "HAL_ESP32_Class.h"