mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -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();
|
|
}
|
|
|
|
}
|