mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-02 14:13:42 -04: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();
|
|
}
|
|
|
|
}
|