1#include "AP_FWVersion.h" 2 3namespace AP { 4 5const AP_FWVersion &fwversion() 6{ 7 return AP_FWVersion::get_fwverz(); 8} 9 10} 11 12