Expose static EventDispatcher to stop main loop.

Used to fix reboot into HackRF firmware.
This commit is contained in:
Jared Boone 2016-07-02 16:38:01 -07:00
parent 57293bc5eb
commit c52f5fa26c
3 changed files with 6 additions and 4 deletions

View file

@ -251,8 +251,8 @@ Context& SystemView::context() const {
/* HackRFFirmwareView ****************************************************/
HackRFFirmwareView::HackRFFirmwareView(NavigationView& nav) {
button_yes.on_select = [&nav](Button&){
m4_request_shutdown();
button_yes.on_select = [](Button&){
EventDispatcher::request_stop();
};
button_no.on_select = [&nav](Button&){