5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-03-04 20:54:00 -04:00
ardupilot/libraries/AP_Common/AP_FWVersion.cpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
121 B
C++
Raw Normal View History

#include "AP_FWVersion.h"
namespace AP {
const AP_FWVersion &fwversion()
{
return AP_FWVersion::get_fwverz();
}
}