Fixed a warning.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13386 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
80959d544f
commit
c3c00c4d41
|
@ -310,6 +310,7 @@ const stm32_bdma_stream_t *bdmaStreamAllocI(uint32_t id,
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
osalDbgCheck(false);
|
osalDbgCheck(false);
|
||||||
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
for (i = startid; i <= endid; i++) {
|
for (i = startid; i <= endid; i++) {
|
||||||
|
|
Loading…
Reference in New Issue