doxygen fix

This commit is contained in:
Joel Bodenmann 2013-08-05 09:14:48 +02:00
parent e3eaad114f
commit a4daa77b90

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.