Merge pull request #3100 from ChristophTobler/master

Logging rate was limited to 1 Hz
This commit is contained in:
Lorenz Meier 2015-10-30 15:23:17 +01:00
commit ae90af711e
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
* commonly is before arming).
*
* @min -1
* @max 1
* @max 100
* @group SD Logging
*/
PARAM_DEFINE_INT32(SDLOG_RATE, -1);