Added optional histogram output in chip test

This commit is contained in:
2016-12-05 14:03:06 +01:00
parent bcc7e30369
commit 118ded9ac0
3 changed files with 37 additions and 9 deletions
+1 -1
View File
@@ -622,7 +622,7 @@ public:
int GetTransport() const { return fTransport; }
void RegisterTest(void);
int RAMTest(int flag);
int ChipTest();
int ChipTest(int flag);
unsigned int GetCtrlReg(void);
unsigned short GetConfigReg(void);
unsigned int GetStatusReg(void);