Ardupilot2/libraries/AP_Notify/AP_Notify.cpp

6 lines
201 B
C++
Raw Normal View History

2013-08-08 10:13:14 -03:00
/// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
#include <AP_Notify.h>
2013-08-13 23:50:52 -03:00
struct AP_Notify::notify_type AP_Notify::flags;
AP_Notify::update_fn_t AP_Notify::_update_fn;