1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-14 20:10:11 +03:00

corrections of inline functions

This commit is contained in:
cTn 2014-08-09 20:40:40 +02:00
parent 20e6ad0074
commit f16b3a479a
2 changed files with 45 additions and 46 deletions

View file

@ -158,7 +158,6 @@ MSP.read = function (readInfo) {
};
MSP.process_data = function(code, message_buffer, message_length) {
'use strict';
var data = new DataView(message_buffer, 0); // DataView (allowing us to view arrayBuffer as struct/union)
switch (code) {