clarify size of sample buffer

parent 322a8e9c
......@@ -69,6 +69,9 @@ enum fsi_expert_mode {
#define FSI_PEAK_LENGTH 200
/** size of sample vectors - this should not be hardcoded - tbd */
#define FSI_SAMPLE_SIZE 1024
#define FSI_BYTES_PER_SAMPLE 2
#define FSI_SAMPLE_SIZE_BYTES (FSI_SAMPLE_SIZE*FSI_SAMPLE_SIZE_BYTES)
/** amount of reserved bytes for hardware diagnostics */
#define FSI_HW_DIAG_SIZE 16
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment