mirror of https://github.com/ArduPilot/ardupilot
11 lines
121 B
C++
11 lines
121 B
C++
|
#include "AP_FWVersion.h"
|
||
|
|
||
|
namespace AP {
|
||
|
|
||
|
const AP_FWVersion &fwversion()
|
||
|
{
|
||
|
return AP_FWVersion::get_fwverz();
|
||
|
}
|
||
|
|
||
|
}
|