From: Andreas Neiser Date: Tue, 14 Apr 2015 15:55:49 +0000 (+0200) Subject: Fix missing comma X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=71979d97af210985ef6485eec5840cbbfa871463;p=trb3.git Fix missing comma --- 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'),