Browse Source

DataFlash: fixed mispelling

@param label was different than everywhere else that did not use plurl
mission-4.1.18
Tom Pittenger 9 years ago committed by Randy Mackay
parent
commit
c118130dda
  1. 2
      libraries/DataFlash/DataFlash.cpp

2
libraries/DataFlash/DataFlash.cpp

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
#include "DataFlash_Backend.h"
const AP_Param::GroupInfo DataFlash_Class::var_info[] = {
// @Param: _BACKEND_TYPES
// @Param: _BACKEND_TYPE
// @DisplayName: DataFlash Backend Storage type
// @Description: 0 for None, 1 for File, 2 for dataflash mavlink, 3 for both file and dataflash
// @Values: 0:None,1:File,2:MAVLink,3:BothFileAndMAVLink

Loading…
Cancel
Save