mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +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:
parent
ed3f795293
commit
75bc9f2f97
@ -25,4 +25,4 @@ parameters:
|
||||
description:
|
||||
short: Operating address of the NRF51 (least significant 4 bytes)
|
||||
type: int32
|
||||
default: 3890735079
|
||||
default: -404232217
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user