diff options
| author | Joel Bodenmann <joel@unormal.org> | 2014-11-28 11:37:07 +0100 | 
|---|---|---|
| committer | Joel Bodenmann <joel@unormal.org> | 2014-11-28 11:37:07 +0100 | 
| commit | b799e16689cdee09806db0d06fc90a2151d191ec (patch) | |
| tree | c264a448283a04a614a00cbb646201d48a643b96 /src | |
| parent | ba85d77dda322555a6acfa5329a7e97905667657 (diff) | |
| download | uGFX-b799e16689cdee09806db0d06fc90a2151d191ec.tar.gz uGFX-b799e16689cdee09806db0d06fc90a2151d191ec.tar.bz2 uGFX-b799e16689cdee09806db0d06fc90a2151d191ec.zip | |
GOS doxygen fix
Diffstat (limited to 'src')
| -rw-r--r-- | src/gos/sys_defs.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/gos/sys_defs.h b/src/gos/sys_defs.h index 774009ec..2eb899bf 100644 --- a/src/gos/sys_defs.h +++ b/src/gos/sys_defs.h @@ -190,14 +190,14 @@  	/**  	 * @brief	Put the current thread to sleep for the specified period in microseconds  	 * -	 * @param[in] ms	The number microseconds to sleep +	 * @param[in] us	The number microseconds to sleep  	 *  	 * @note		Specifying TIME_IMMEDIATE will return immediately (no sleeping)  	 * @note		Specifying TIME_INFINITE will sleep forever.  	 *  	 * @api  	 */ -	void gfxSleepMicroseconds(delaytime_t ms); +	void gfxSleepMicroseconds(delaytime_t us);  	/**  	 * @brief	Get the current operating system tick time | 
