mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
19bf230de2
Since the 4-byte CPU ID on native is in most cases generated from the 2-byte PID of the native process, choosing the lower half of the hash of the CPU ID to set the radio address led to always setting it to the hash of 0 in this cases. This changes it to use both halves of the hash and taking the modulus so this corner cases can be avoided. |
||
---|---|---|
.. | ||
auto_init.c | ||
Makefile |