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:
parent
20e6ad0074
commit
f16b3a479a
2 changed files with 45 additions and 46 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue