mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-10 01:44:00 -04:00
AP_ESC_Telem: change class name from SITL::SITL to SITL::SIM
This commit is contained in:
parent
33f9c38528
commit
3d6ef2106f
@ -30,7 +30,7 @@ AP_ESC_Telem_SITL::AP_ESC_Telem_SITL()
|
|||||||
|
|
||||||
void AP_ESC_Telem_SITL::update()
|
void AP_ESC_Telem_SITL::update()
|
||||||
{
|
{
|
||||||
SITL::SITL* sitl = AP::sitl();
|
SITL::SIM* sitl = AP::sitl();
|
||||||
|
|
||||||
if (!sitl) {
|
if (!sitl) {
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user