From b15f8552d629021c3cadef3e7afcae2fa98dad1b Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Sun, 30 Jul 2017 05:06:18 +0300 Subject: Improve gen_adldata program - Now it caches all generated data, so, we won't have to re-calculate same - File is writing by gen_adldata nor by stdout forward - Instead of hardcoded list of banks, I made the INI file which declares list of banks to generate - Add simple validators to tell which bank is absense and can't be loaded - Split code of gen_adldata.cc into multiple files of different role --- src/adldata.hh | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/adldata.hh') diff --git a/src/adldata.hh b/src/adldata.hh index 6080d2a..0103a02 100644 --- a/src/adldata.hh +++ b/src/adldata.hh @@ -41,8 +41,6 @@ extern const struct adldata unsigned char feedconn; // Feedback/connection bits for the channel signed char finetune; - - bool diff; } adl[]; extern const struct adlinsdata -- cgit v1.2.3