git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@13799 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2020-07-31 15:30:16 +00:00
parent 56afc33a06
commit 5f523dc8e9
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@
/** /**
* @brief Delta list compression. * @brief Delta list compression.
* *
* @param[in] vtpl pointer to the delta list to be compressed * @param[in] vtlp pointer to the delta list to be compressed
* @param[in] deltanow interval to be compacted starting from "lasttime" * @param[in] deltanow interval to be compacted starting from "lasttime"
* *
* @notapi * @notapi