mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-17 18:43:50 +01:00
18472: drivers/mrf24j40: add support for IEEE 802.15.4 Radio HAL r=benpicco a=jia200x 19175: drivers/periph_common/flashpage: fix silent error r=benpicco a=Enoch247 ### Contribution description This patch removes a test that silently hides failed writes to NULL. Instead, assert is used to ensure that the address is not NULL. ### Testing procedure I am not certain how to update the tests to catch asserts. If this is possible, I will add a test, if someone will point me to a good example to learn from. ### Issues/PRs references - none Co-authored-by: Jose Alamos <jose@alamos.cc> Co-authored-by: Joshua DeWeese <jdeweese@primecontrols.com>