Rename CPLD "Q_INVERT" to signal to "INVERT".

Don't expose detail in name about how the task is accomplished.
This commit is contained in:
Jared Boone
2016-08-21 11:34:46 -07:00
parent b0a3f680e5
commit 77016b9a40
7 changed files with 16 additions and 16 deletions

View File

@@ -30,7 +30,7 @@ class CPLD {
public:
void init();
void set_q_invert(const bool invert);
void set_invert(const bool invert);
private:
};