Skip to content

Commit

Permalink
boards: makepython: loader: register deferred call
Browse files Browse the repository at this point in the history
Very easy to miss.
  • Loading branch information
bradjc committed May 9, 2024
1 parent ba427f3 commit fe8ac1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions boards/makepython-nrf52840/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ use core::ptr::{addr_of, addr_of_mut};

use kernel::capabilities;
use kernel::component::Component;
use kernel::deferred_call::DeferredCallClient;
use kernel::hil::led::LedLow;
use kernel::hil::time::Counter;
use kernel::hil::usb::Client;
Expand Down Expand Up @@ -695,6 +696,7 @@ pub unsafe fn start() -> (
);

checker.set_client(loader);
loader.register();
loader.start();

//--------------------------------------------------------------------------
Expand Down

0 comments on commit fe8ac1c

Please sign in to comment.