Skip to content

Commit

Permalink
Added missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs committed May 7, 2024
1 parent cde9b58 commit 7aff799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/downlink_formatter.js
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ function decodeDownlink(input) {
max_sensors: uint8(input.bytes[0]),
rx_flags: uint8(input.bytes[1])
}
}
};
case CMD_SET_BLE_ADDR:
return {
data: {
Expand Down

0 comments on commit 7aff799

Please sign in to comment.