mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-04 06:58:39 -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()
|
||||
{
|
||||
SITL::SITL* sitl = AP::sitl();
|
||||
SITL::SIM* sitl = AP::sitl();
|
||||
|
||||
if (!sitl) {
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user