]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
Fix missing comma
authorAndreas Neiser <neiser@kph.uni-mainz.de>
Tue, 14 Apr 2015 15:55:49 +0000 (17:55 +0200)
committerAndreas Neiser <neiser@kph.uni-mainz.de>
Sat, 13 Jun 2015 15:37:03 +0000 (17:37 +0200)
ADC/source/adc_package.vhd

index f646feb9054d5dd5a9fe41b8ffe354887b2a3001..1f493c95a146ca4e5e05f05f733584b1115a06a2 100644 (file)
@@ -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'),