Skip to content

Commit

Permalink
stm32f429zi: rtc deferred call
Browse files Browse the repository at this point in the history
  • Loading branch information
bradjc committed Mar 8, 2024
1 parent 67acd8f commit 3081b25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chips/stm32f429zi/src/interrupt_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ impl<'a> Stm32f429ziDefaultPeripherals<'a> {
pub fn init(&'static self) {
self.stm32f4.setup_circular_deps();
kernel::deferred_call::DeferredCallClient::register(&self.can1);
kernel::deferred_call::DeferredCallClient::register(&self.rtc);
}
}
impl<'a> kernel::platform::chip::InterruptService for Stm32f429ziDefaultPeripherals<'a> {
Expand Down

0 comments on commit 3081b25

Please sign in to comment.