mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 14:03:55 +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.