ardupilot/ArduCopter/leds.pde

10 lines
193 B
Plaintext
Raw Normal View History

/// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
2013-08-29 00:14:07 -03:00
// updates the status of notify
// should be called at 50hz
static void 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
}