More documentation fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1005 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
a765e562ea
commit
d9d8d0bc90
|
@ -20,6 +20,11 @@
|
||||||
#ifndef _INLINE_H_
|
#ifndef _INLINE_H_
|
||||||
#define _INLINE_H_
|
#define _INLINE_H_
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @file inline.h
|
||||||
|
* @brief Kernel inlined functions.
|
||||||
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Inlined functions if CH_OPTIMIZE_SPEED is enabled.
|
* Inlined functions if CH_OPTIMIZE_SPEED is enabled.
|
||||||
* Note: static inlined functions do not duplicate the code in every module
|
* Note: static inlined functions do not duplicate the code in every module
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
* .
|
* .
|
||||||
* @file testheap.c
|
* @file testheap.c
|
||||||
* @brief Heap test source file
|
* @brief Heap test source file
|
||||||
* @file testevt.h
|
* @file testheap.h
|
||||||
* @brief Heap header file
|
* @brief Heap header file
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue