ardupilot/ArduSub/leds.cpp

13 lines
210 B
C++
Raw Normal View History

/// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
2016-01-14 15:30:56 -04:00
#include "Sub.h"
// updates the status of notify
// should be called at 50hz
2016-01-14 15:30:56 -04:00
void Sub::update_notify()
{
notify.update();
}