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:
Giovanni Di Sirio 2020-03-03 09:26:29 +00:00
parent 80959d544f
commit c3c00c4d41
1 changed files with 1 additions and 0 deletions

View File

@ -310,6 +310,7 @@ const stm32_bdma_stream_t *bdmaStreamAllocI(uint32_t id,
}
else {
osalDbgCheck(false);
return NULL;
}
for (i = startid; i <= endid; i++) {