git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4056 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2012-03-26 12:02:56 +00:00
parent f5a3976c39
commit 489de88f3c
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
#define S2ST(sec) ((systime_t)((sec) * CH_FREQUENCY))
/**
* @brief Milliseconds t0 system ticks.
* @brief Milliseconds to system ticks.
* @details Converts from milliseconds to system ticks number.
* @note The result is rounded upward to the next tick boundary.
*