Peter Barker
7 years ago
committed by
Francisco Ferreira
2 changed files with 27 additions and 2 deletions
@ -0,0 +1,10 @@
@@ -0,0 +1,10 @@
|
||||
#include "AP_FWVersion.h" |
||||
|
||||
namespace AP { |
||||
|
||||
const AP_FWVersion &fwversion() |
||||
{ |
||||
return AP_FWVersion::get_fwverz(); |
||||
} |
||||
|
||||
} |
Loading…
Reference in new issue