Skip to content

Commit

Permalink
Merge pull request tock#3984 from tock/makepython-loader-deferred
Browse files Browse the repository at this point in the history
boards: makepython: loader: register deferred call
  • Loading branch information
ppannuto authored May 10, 2024
2 parents 25bab2f + fe8ac1c commit 26b8d64
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 26b8d64

Please sign in to comment.