AP_ESC_Telem: change class name from SITL::SITL to SITL::SIM

This commit is contained in:
bugobliterator 2021-07-30 15:43:18 +05:30 committed by Andrew Tridgell
parent 33f9c38528
commit 3d6ef2106f

View File

@ -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;