1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-16 04:45:20 +03:00

Fixed reference from 'MspHelper' to 'mspHelper'.

This commit is contained in:
mikeller 2016-08-14 01:15:14 +12:00
parent 1f6ede8deb
commit 838ab954f1
9 changed files with 21 additions and 21 deletions

View file

@ -2,8 +2,8 @@
function MspHelper () {
}
MspHelper.prototype.process_data = function(dataHandler) {
var self = this;
var data = dataHandler.dataView; // DataView (allowing us to view arrayBuffer as struct/union)
@ -1811,4 +1811,4 @@ MSP.SDCARD_STATE_NOT_PRESENT = 0; //TODO, move these to better place
MSP.SDCARD_STATE_FATAL = 1;
MSP.SDCARD_STATE_CARD_INIT = 2;
MSP.SDCARD_STATE_FS_INIT = 3;
MSP.SDCARD_STATE_READY = 4;
MSP.SDCARD_STATE_READY = 4;