DataFlash: fixed mispelling

@param label was different than everywhere else that did not use plurl
This commit is contained in:
Tom Pittenger 2015-12-07 14:35:18 -08:00 committed by Randy Mackay
parent 59a44008d7
commit c118130dda
1 changed files with 1 additions and 1 deletions

View File

@ -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