ardupilot/ArduCopter/leds.cpp

11 lines
137 B
C++

#include "Copter.h"
// updates the status of notify
// should be called at 50hz
void Copter::update_notify()
{
notify.update();
}