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:
Jacob Dahl 2026-03-19 22:21:35 -08:00
parent ed3f795293
commit 75bc9f2f97

View File

@ -25,4 +25,4 @@ parameters:
description: description:
short: Operating address of the NRF51 (least significant 4 bytes) short: Operating address of the NRF51 (least significant 4 bytes)
type: int32 type: int32
default: 3890735079 default: -404232217