From 71979d97af210985ef6485eec5840cbbfa871463 Mon Sep 17 00:00:00 2001 From: Andreas Neiser Date: Tue, 14 Apr 2015 17:55:49 +0200 Subject: [PATCH] Fix missing comma --- ADC/source/adc_package.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ADC/source/adc_package.vhd b/ADC/source/adc_package.vhd index f646feb..1f493c9 100644 --- a/ADC/source/adc_package.vhd +++ b/ADC/source/adc_package.vhd @@ -62,7 +62,7 @@ package adc_package is end record; constant cfg_cfd_t_INIT : cfg_cfd_t := ( - DebugMode => 0 + DebugMode => 0, InputThreshold => (others => '0'), PolarityInvert => '0', BaselineAverage => (others => '0'), -- 2.43.0