mirror of https://github.com/ArduPilot/ardupilot
AP_ESC_Telem: dummy empty class to be used when HAL_WITH_ESC_TELEM == 0
This commit is contained in:
parent
6a914ce4be
commit
bb9a81d32e
|
@ -60,4 +60,12 @@ private:
|
|||
AP_ESC_Telem* _frontend;
|
||||
};
|
||||
|
||||
#else
|
||||
|
||||
// dummy empty class
|
||||
class AP_ESC_Telem_Backend {
|
||||
public:
|
||||
AP_ESC_Telem_Backend(){};
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue