diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2020-10-20 12:27:21 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2020-10-20 12:27:21 -0400 |
commit | 30cd119dba0e2caf48b6bf5016f60dcede62f511 (patch) | |
tree | dfc6d4321938bfb2e32cf9b6ca6af82274ac2625 /gui/wxmain.hpp | |
parent | f1ad9796741daa8368f4885bbce360522df24367 (diff) |
signal gen with dac channel 2
Diffstat (limited to 'gui/wxmain.hpp')
-rw-r--r-- | gui/wxmain.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/wxmain.hpp b/gui/wxmain.hpp index ce3e5a5..0da0b79 100644 --- a/gui/wxmain.hpp +++ b/gui/wxmain.hpp @@ -36,6 +36,8 @@ public: void onRunStart(wxCommandEvent&); void onRunUpload(wxCommandEvent&); void onRunUnload(wxCommandEvent&); + void onRunGenUpload(wxCommandEvent&); + void onRunGenStart(wxCommandEvent&); void onRunCompile(wxCommandEvent&); void onCodeDisassemble(wxCommandEvent&); |