ardupilot/ArduCopter/leds.cpp

11 lines
137 B
C++
Raw Normal View History

#include "Copter.h"
2013-08-29 00:14:07 -03:00
// updates the status of notify
// should be called at 50hz
void Copter::update_notify()
2013-08-09 00:18:01 -03:00
{
2013-08-29 00:14:07 -03:00
notify.update();
2013-08-09 00:18:01 -03:00
}