Skip to content
Snippets Groups Projects
Commit dbfda6b8 authored by Gabriel Fedel's avatar Gabriel Fedel :speech_balloon:
Browse files

Fix limit of samples for output calibration

The past limit was 1000, and was causing issues for larger tables
parent 78195b74
No related branches found
No related tags found
1 merge request!20Bug fixes
......@@ -26,8 +26,8 @@
#ifndef _sis8300llrfPIMagAngChannel_h
#define _sis8300llrfPIMagAngChannel_h
#define SIS8300LLRF_MAXCALIBSAMPLE 1000
//TODO: change this to be read from startup script
#define SIS8300LLRF_MAXCALIBSAMPLE 5000
#define SIS8300LLRF_MAG_MIN 0
#define SIS8300LLRF_MAG_MAX 1
#define SIS8300LLRF_I_MIN -1
......
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