Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
yabezsh committed Jul 21, 2017
1 parent fc4131f commit d483d91
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions Dig_Clk_test.C
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@
#include "fastComm.h"

// CONSTRUCTOR
Dig_Clk_test::Dig_Clk_test(Fpga *fpga, Salt *salt, int8_t chipID, FastComm *fastComm) {
Dig_Clk_test::Dig_Clk_test(Fpga *fpga, Salt *salt, FastComm *fastComm) {
fpga_=fpga;
salt_=salt;
chipID_=chipID;
fastComm_=fastComm;
}

Expand Down
1 change: 0 additions & 1 deletion Dig_Clk_test.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,5 @@ class Dig_Clk_test {
Fpga* fpga_;
Salt* salt_;
FastComm* fastComm_;
int chipID_;
int max_commands = 20;
};

0 comments on commit d483d91

Please sign in to comment.