Skip to content

Commit

Permalink
Remove debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
ShikOfTheRa committed Jun 18, 2018
1 parent f20c0d0 commit 33da767
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions MW_OSD/SerialMAVLINK.ino
Original file line number Diff line number Diff line change
Expand Up @@ -276,10 +276,6 @@ void serialMAVCheck() {
break;
#ifdef MAV_RTC
case MAVLINK_MSG_ID_SYSTEM_TIME:
debug[0]=(uint16_t)(serialBuffer[0] | serialBuffer[1] << 8);
debug[1]=(uint16_t)(serialBuffer[2] | serialBuffer[3] << 8);
debug[2]=(uint16_t)(serialBuffer[4] | serialBuffer[5] << 8);
debug[3]=(uint16_t)(serialBuffer[6] | serialBuffer[7] << 8);
for (uint8_t i = 0; i < 8; i++) {
b[i] = serialBuffer[i];
}
Expand Down

0 comments on commit 33da767

Please sign in to comment.