mirror of
https://github.com/ArduPilot/ardupilot.git
synced 2026-02-08 20:09:13 +08:00
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();
|
|
}
|
|
|
|
}
|