ardupilot/ArduSub/compat.cpp

7 lines
81 B
C++

#include "Sub.h"
void Sub::delay(uint32_t ms)
{
hal.scheduler->delay(ms);
}