diff options
author | Mike <mjc@avtechpulse.com> | 2000-01-01 00:57:24 +0900 |
---|---|---|
committer | Mike <mjc@avtechpulse.com> | 2000-01-01 00:57:24 +0900 |
commit | 4dc26232f303ff91955ed5656da5bae6d8978242 (patch) | |
tree | e8a2cffaa353a7bdda2c41a0413dbccb046c159f /globals.h | |
parent | 6dd6772dc72dde0e1412ace800931c1117eadbba (diff) |
make self-cal reference frequency configurable
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -230,7 +230,7 @@ // hardware default values #define DEFAULT_OUTPUT_ON_DELAY 0.8 // needs at least 800 ms, due to soft-on circuit - +#define SELF_CAL_REF_FREQ 1e7 // 10 MHz // menu stuff #define Main_Menu_On 0 @@ -464,7 +464,9 @@ typedef struct { char prf_limiter; /* 243 */ - char spare_padding[12]; /* 244 - padding between common and per-channel sections of the */ + float self_cal_ref_freq; /* 244 */ + + char spare_padding[8]; /* 248 - padding between common and per-channel sections of the */ /* flash eeprom. Adjust size if variables added to common section, */ /* so that per-channel section starts at 256 */ |