mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
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;
|
AP_ESC_Telem* _frontend;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#else
|
||||||
|
|
||||||
|
// dummy empty class
|
||||||
|
class AP_ESC_Telem_Backend {
|
||||||
|
public:
|
||||||
|
AP_ESC_Telem_Backend(){};
|
||||||
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user