Skip to content

Commit

Permalink
rtic-monotonic: changelog: add atsamd21g
Browse files Browse the repository at this point in the history
  • Loading branch information
maximeborges committed Nov 12, 2024
1 parent d71ef67 commit caf1cc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions rtic-monotonics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!

## Unreleased

### Added

- ATSAMD21G support

## v2.0.3 - 2024-10-23

### Added
Expand Down
1 change: 0 additions & 1 deletion rtic-monotonics/src/atsamd21.rs
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ macro_rules! atsamd21_tc4_tc5_monotonic {
#[no_mangle]
#[allow(non_snake_case)]
unsafe extern "C" fn TC4() {
defmt::info!("test");
use $crate::TimerQueueBackend;
$crate::atsamd21::Tc4Tc5Backend::timer_queue().on_monotonic_interrupt();
}
Expand Down

0 comments on commit caf1cc2

Please sign in to comment.