diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2020-10-18 21:20:00 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2020-10-18 21:20:00 -0400 |
commit | 241a089c39c77345e8e0a0c8a04301ba2271e432 (patch) | |
tree | ebce9026eed4bd0561f4422fcdc35149ba338487 /gui/stmdsp.hpp | |
parent | 9c98bfb62c3d981eb95957186b3c85e735e0b2f5 (diff) |
document/standardize; add compile log to gui
Diffstat (limited to 'gui/stmdsp.hpp')
-rw-r--r-- | gui/stmdsp.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/stmdsp.hpp b/gui/stmdsp.hpp index 06d36ba..2d336c5 100644 --- a/gui/stmdsp.hpp +++ b/gui/stmdsp.hpp @@ -38,7 +38,7 @@ namespace stmdsp return m_serial.isOpen(); } - std::vector<adcsample_t> sample(unsigned long int count = 1); + //std::vector<adcsample_t> sample(unsigned long int count = 1); void continuous_start(); void continuous_start_measure(); |