Skip to content
Snippets Groups Projects
Commit 44cae2bd authored by Patrick Robbe's avatar Patrick Robbe
Browse files

Configuration of KLM test

parent eb0b599b
No related branches found
No related tags found
1 merge request!56links
...@@ -39,7 +39,6 @@ int writeConfig(int fd, KLMFPGAconfig * config) { ...@@ -39,7 +39,6 @@ int writeConfig(int fd, KLMFPGAconfig * config) {
const __uint16_t rpc_pulser[rpc_nchan / 16] = {0}; const __uint16_t rpc_pulser[rpc_nchan / 16] = {0};
__uint16_t rpc_thresh[48] = {0} ; __uint16_t rpc_thresh[48] = {0} ;
// const __uint16_t (&rpc_thresh)[48] = config.thresh_values; // const __uint16_t (&rpc_thresh)[48] = config.thresh_values;
int ii = 0 ; int ii = 0 ;
for ( ii = 0 ; ii < 48 ; ++ii ) rpc_thresh[ ii ] = (*config).thresh_values[ ii ] ; for ( ii = 0 ; ii < 48 ; ++ii ) rpc_thresh[ ii ] = (*config).thresh_values[ ii ] ;
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment