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