mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-04 23:18:28 -04:00
12 lines
179 B
C++
12 lines
179 B
C++
|
|
#ifndef __AP_HAL_EMPTY_GPIO_H__
|
|
#define __AP_HAL_EMPTY_GPIO_H__
|
|
|
|
#include <AP_HAL_Empty.h>
|
|
|
|
class Empty::EmptyGPIO : public AP_HAL::GPIO {
|
|
|
|
};
|
|
|
|
#endif // __AP_HAL_EMPTY_GPIO_H__
|