mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 06:23:53 +01:00
Declaring the address in decimal format meant that it was being interpreted as a decimal rather than hex address by the tooling and the intermediate bash arithmetic. This fixes that bug.