mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-17 18:43:50 +01:00
At `lpc2387-mci.c:383` in `send_cmd()` an `assert()` enforces that parameter `buff` is not `NULL`. At `lpc2387-mci.c:538` in `mci_initialize()` `send_cmd()` was called with `buff==NULL`.