1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 21:05:35 +03:00

corrections of inline functions

This commit is contained in:
cTn 2014-08-09 20:40:40 +02:00 committed by Dominic Clifton
parent 7f20843ba8
commit b78395d639
2 changed files with 45 additions and 46 deletions

View file

@ -160,7 +160,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) {