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

another run on undefined comparators

This commit is contained in:
cTn 2014-08-14 16:41:49 +02:00 committed by Dominic Clifton
parent 644fb5afed
commit d4f4d619cf
5 changed files with 16 additions and 16 deletions

View file

@ -61,8 +61,8 @@ var MSP = {
code: 0,
message_length_expected: 0,
message_length_received: 0,
message_buffer: undefined,
message_buffer_uint8_view: undefined,
message_buffer: null,
message_buffer_uint8_view: null,
message_checksum: 0,
callbacks: [],