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__
|