1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-26 09:45:28 +03:00

Fix minor issues

This commit is contained in:
Mark Haslinghuis 2020-11-22 02:29:59 +01:00
parent dcfe3d3108
commit 06f4c8b976
3 changed files with 11 additions and 8 deletions

View file

@ -208,7 +208,6 @@ var MSP = {
// message received, store dataview
this.dataView = new DataView(this.message_buffer, 0, this.message_length_expected);
} else {
console.log(`code: ${this.code} - crc failed`);
this.packet_error++;
this.crcError = true;
this.dataView = new DataView(new ArrayBuffer(0));