diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2020-10-02 16:31:08 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2020-10-02 16:31:08 -0400 |
commit | 2238eac4513412e14f2797b4284f8db8a1377bfc (patch) | |
tree | 3757eadacd98b8caf3e50db5dbad4d743416ae2f /gui/stmdsp.hpp | |
parent | faf9a57e537a182a49610209a4dc038ab75dcaf5 (diff) |
run menu functions work
Diffstat (limited to 'gui/stmdsp.hpp')
-rw-r--r-- | gui/stmdsp.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/stmdsp.hpp b/gui/stmdsp.hpp index 2820ea4..06d36ba 100644 --- a/gui/stmdsp.hpp +++ b/gui/stmdsp.hpp @@ -47,6 +47,7 @@ namespace stmdsp void continuous_stop(); void upload_filter(unsigned char *buffer, size_t size); + void unload_filter(); private: serial::Serial m_serial; |