added dacnames in server defs for g1 and jungfrau

This commit is contained in:
2020-09-17 17:11:09 +02:00
parent 6d01348bf4
commit d9bb028da2
4 changed files with 16 additions and 4 deletions

View File

@ -47,6 +47,10 @@ enum DACINDEX {
J_VREF_DS,
J_VREF_COMP
};
#define DAC_NAMES \
"vb_comp", "vdd_prot", "vin_com", "vref_prech", "vb_pixbuf", "vb_ds", \
"vref_ds", "vref_comp"
#define DEFAULT_DAC_VALS \
{ \
1220, /* J_VB_COMP */ \