ardupilot/libraries/AP_HAL/system.cpp

7 lines
88 B
C++

#include "system.h"
uint16_t WEAK AP_HAL::millis16()
{
return millis() & 0xFFFF;
}