mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 23:48:31 -04:00
12 lines
206 B
C++
12 lines
206 B
C++
|
|
#ifndef __AP_HAL_EMPTY_CONSOLE_H__
|
|
#define __AP_HAL_EMPTY_CONSOLE_H__
|
|
|
|
#include <AP_HAL_Empty.h>
|
|
|
|
class Empty::EmptyConsoleDriver : public AP_HAL::ConsoleDriver {
|
|
|
|
};
|
|
|
|
#endif // __AP_HAL_EMPTY_CONSOLE_H__
|