doxygen fix

ugfx_release_2.6
Joel Bodenmann 2013-08-05 09:14:48 +02:00
parent e3eaad114f
commit a4daa77b90
1 changed files with 2 additions and 2 deletions

View File

@ -360,7 +360,7 @@
* *
* @api * @api
*/ */
semcount_t gfxSemCounter(gfxSem *pSem); semcount_t gfxSemCounter(gfxSem *psem);
/** /**
* @brief Get the current semaphore count * @brief Get the current semaphore count
@ -371,7 +371,7 @@
* @iclass * @iclass
* @api * @api
*/ */
semcount_t gfxSemCounterI(gfxSem *pSem); semcount_t gfxSemCounterI(gfxSem *psem);
/** /**
* @brief Start a new thread. * @brief Start a new thread.