git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2438 35acf78f-673a-0410-8e92-d51de3d6d3f4
master
gdisirio 2010-11-27 14:58:23 +00:00
parent a21374eb7c
commit 5401b0fa1c
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ 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] endp last address to fill +1
* @param[in] v filler value
*
* @notapi