APM:Libraries
Util.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <AP_HAL/AP_HAL.h>
5 
6 class Empty::Util : public AP_HAL::Util {
7 public:
8  bool run_debug_shell(AP_HAL::BetterStream *stream) { return false; }
9 };
bool run_debug_shell(AP_HAL::BetterStream *stream)
Definition: Util.h:8