ardupilot/ArduSub/compat.cpp

7 lines
81 B
C++
Raw Normal View History

2016-01-14 15:30:56 -04:00
#include "Sub.h"
2016-01-14 15:30:56 -04:00
void Sub::delay(uint32_t ms)
{
hal.scheduler->delay(ms);
}