ardupilot/libraries/AP_HAL_ESP32/AP_HAL_ESP32.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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"