mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-17 11:31:30 +01:00
sorted out problem with CPU read out
This commit is contained in:
@@ -372,7 +372,8 @@ enum dacIndex {
|
||||
V_POWER_C = 102, /**new chiptest board */
|
||||
V_POWER_D = 103, /**new chiptest board */
|
||||
V_POWER_IO =104, /**new chiptest board */
|
||||
V_POWER_CHIP=105 /**new chiptest board */
|
||||
V_POWER_CHIP=105 ,/**new chiptest board */
|
||||
V_LIMIT=106 /**new chiptest board */
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
@@ -111,8 +111,6 @@ enum {
|
||||
F_POWER_CHIP, /**< power chip */
|
||||
/* Always append functions hereafter!!! */
|
||||
|
||||
|
||||
|
||||
/* Always append functions before!!! */
|
||||
TOO_MANY_FUNCTIONS_DEFINED=128 //you should get a compilation error if there are already so many functions defined. It conflicts with sls_receiver_funcs.h
|
||||
|
||||
|
||||
Reference in New Issue
Block a user