mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 10:28:29 -04:00
9 lines
177 B
C++
9 lines
177 B
C++
/// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
#include <AP_Notify.h>
|
|
|
|
AP_Notify notify;
|
|
/// Constructor
|
|
//AP_Notify::AP_Notify()
|
|
//{
|
|
//}
|