#ifndef __AP_HAL_EMPTY_GPIO_H__ #define __AP_HAL_EMPTY_GPIO_H__ #include class Empty::EmptyGPIO : public AP_HAL::GPIO { }; #endif // __AP_HAL_EMPTY_GPIO_H__