From e0f362e6e2ceae4b4bfd91054ae944a0120c364d Mon Sep 17 00:00:00 2001 From: root Date: Thu, 1 Jan 1970 09:01:15 +0900 Subject: allow amplitude to be in a limited negative-only range (AVR-CD2-B) --- flash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flash.c') diff --git a/flash.c b/flash.c index ee3b036..1d84309 100644 --- a/flash.c +++ b/flash.c @@ -983,7 +983,7 @@ void fixFlash(FlashStruct *mem) } if ((safe_val != 0.0) && (mem->rcl_amplitude[i][j] == 0.0)) { - // AVR-D4-B + // AVR-D4-B, AVR-CD2-B CH2 mem->rcl_amplitude[i][j] = safe_val; ++fix_initial_constants; } -- cgit