mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-26 06:00:13 +08:00
fix(syslink): use signed int32 for SLNK_RADIO_ADDR2 default (#26830)
0xE7E7E7E7 is 3890735079 unsigned, which overflows int32. Use the signed equivalent -404232217.
This commit is contained in:
@@ -25,4 +25,4 @@ parameters:
|
||||
description:
|
||||
short: Operating address of the NRF51 (least significant 4 bytes)
|
||||
type: int32
|
||||
default: 3890735079
|
||||
default: -404232217
|
||||
|
||||
Reference in New Issue
Block a user