Missing doxygen tags.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2436 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2010-11-27 12:04:18 +00:00
parent b94a432781
commit a21374eb7c
1 changed files with 4 additions and 0 deletions

View File

@ -107,6 +107,10 @@ Thread *_thread_init(Thread *tp, tprio_t prio) {
/**
* @brief Memory fill utility.
*
* @param[in] startp first address to fill
* @param[in] endp last address to fille +1
* @param[in] v filler value
*
* @notapi
*/
void _thread_memfill(uint8_t *startp, uint8_t *endp, uint8_t v) {