From eafe3827e64ff44bdee4a471f9133be990054d8a Mon Sep 17 00:00:00 2001 From: Ondrej Spinka Date: Mon, 30 Mar 2009 12:55:09 +0200 Subject: [PATCH] Adjusted Villard charge wait constant --- app/rama_dam/rama_dam.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/rama_dam/rama_dam.c b/app/rama_dam/rama_dam.c index 02fb5d0..f23468c 100644 --- a/app/rama_dam/rama_dam.c +++ b/app/rama_dam/rama_dam.c @@ -316,7 +316,7 @@ /*!\def VILLARD_CHARGE_WAIT * Wait constant for initial Villard charge, used for magnetometer degaussing */ -#define VILLARD_CHARGE_WAIT 1500000 +#define VILLARD_CHARGE_WAIT 6000000 /*! @} */ /*! @defgroup filter_settings Filter Settings -- 2.11.4.GIT