#ifndef __AP_HAL_EMPTY_CONSOLE_H__ #define __AP_HAL_EMPTY_CONSOLE_H__ #include class Empty::EmptyConsoleDriver : public AP_HAL::ConsoleDriver { }; #endif // __AP_HAL_EMPTY_CONSOLE_H__