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
|
@ -1498,7 +1498,7 @@
|
|||
/*===========================================================================*/
|
||||
#elif defined(STM32F071xB) || defined(STM32F072xB) || \
|
||||
defined(STM32F078xx)
|
||||
|
||||
|
||||
/* RCC attributes. */
|
||||
#define STM32_HAS_HSI48 TRUE
|
||||
#define STM32_HAS_HSI_PREDIV TRUE
|
||||
|
|
|
@ -63,7 +63,7 @@ void ff_rel_grant(FF_SYNC_t sobj) {
|
|||
|
||||
chSemSignal(sobj);
|
||||
}
|
||||
#endif /* _FS_REENTRANT */
|
||||
#endif /* FF_FS_REENTRANT */
|
||||
|
||||
#if FF_USE_LFN == 3 /* LFN with a working buffer on the heap */
|
||||
/*------------------------------------------------------------------------*/
|
||||
|
@ -81,4 +81,4 @@ void ff_memfree(void *mblock) {
|
|||
|
||||
chHeapFree(mblock);
|
||||
}
|
||||
#endif /* _USE_LFN == 3 */
|
||||
#endif /* FF_USE_LFN == 3 */
|
||||
|
|
Loading…
Reference in New Issue