git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6384 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
c20c59275f
commit
cebbf2bb0a
|
@ -316,6 +316,7 @@ typedef struct {
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
#define OSAL_MS2ST(msec) MS2ST(msec)
|
#define OSAL_MS2ST(msec) MS2ST(msec)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Microseconds to system ticks.
|
* @brief Microseconds to system ticks.
|
||||||
* @details Converts from microseconds to system ticks number.
|
* @details Converts from microseconds to system ticks number.
|
||||||
|
|
Loading…
Reference in New Issue