Style-related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11362 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
f063c4d193
commit
2034387839
|
@ -63,7 +63,7 @@ void ff_rel_grant(FF_SYNC_t sobj) {
|
||||||
|
|
||||||
chSemSignal(sobj);
|
chSemSignal(sobj);
|
||||||
}
|
}
|
||||||
#endif /* _FS_REENTRANT */
|
#endif /* FF_FS_REENTRANT */
|
||||||
|
|
||||||
#if FF_USE_LFN == 3 /* LFN with a working buffer on the heap */
|
#if FF_USE_LFN == 3 /* LFN with a working buffer on the heap */
|
||||||
/*------------------------------------------------------------------------*/
|
/*------------------------------------------------------------------------*/
|
||||||
|
@ -81,4 +81,4 @@ void ff_memfree(void *mblock) {
|
||||||
|
|
||||||
chHeapFree(mblock);
|
chHeapFree(mblock);
|
||||||
}
|
}
|
||||||
#endif /* _USE_LFN == 3 */
|
#endif /* FF_USE_LFN == 3 */
|
||||||
|
|
Loading…
Reference in New Issue