mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
8 lines
123 B
C++
8 lines
123 B
C++
#pragma once
|
|
|
|
#include <AP_HAL/AP_HAL.h>
|
|
#include "AP_HAL_Empty_Namespace.h"
|
|
|
|
class Empty::Util : public AP_HAL::Util {
|
|
};
|