1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/lpc2387/mci
Marian Buschsieweke 2c901ff181
cpu/lpc2387: Fixed invalid call to send_msg in lpc2387-mci.c
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`.
2018-05-30 09:09:22 +02:00
..
lpc2387-mci.c cpu/lpc2387: Fixed invalid call to send_msg in lpc2387-mci.c 2018-05-30 09:09:22 +02:00
Makefile make: detect their module name automatically 2014-06-17 15:49:32 +02:00