allow parameter change while oscillating

This commit is contained in:
Douglas Clowes
2012-11-29 12:24:52 +11:00
parent 9a43c3f0d4
commit 97aaccf4e2

View File

@@ -23,6 +23,8 @@ typedef struct {
SConnection *pCon;
int errorCount;
int debug;
int cycles;
int currcycle;
} Oscillator, *pOscillator;
/*---------------------------------------------------------------------*/