summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike <mjc@avtechpulse.com>2000-01-01 00:11:21 +0900
committerMike <mjc@avtechpulse.com>2000-01-01 00:11:21 +0900
commitd8bfe5bcdf0beeb780e3a78c641d22db10e186cc (patch)
tree3f6bfddd54647e3485ea1ff977206e748880ce9d
parentd303a403e0af243c940c5c67498d9261a0f6538f (diff)
bump default min PW from 25 to 30 ns due to use of 74HCT151 instead of 74ACT151INSTRUMENT_6_4_30
-rw-r--r--flash.c2
-rw-r--r--version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/flash.c b/flash.c
index bbe2707..c3bb0aa 100644
--- a/flash.c
+++ b/flash.c
@@ -714,7 +714,7 @@ static void initFlashValues(FlashStruct *mem)
mem->max_vout[i]=100.0;
mem->min_freq[i]=1.0;
mem->max_freq[i]=8e6;
- mem->min_pw[i]=25e-9;
+ mem->min_pw[i]=30e-9;
mem->max_pw[i]=1.0;
mem->min_rise_time[i]=50e-9;
mem->max_rise_time[i]=500e-9;
diff --git a/version.h b/version.h
index 2ed4a17..c361b10 100644
--- a/version.h
+++ b/version.h
@@ -1,2 +1,2 @@
-#define FW_VERSION "6.4.29"
+#define FW_VERSION "6.4.30"
#define SCPI_version "1996.0"