rtic-monotonic: changelog: add atsamd21g

This commit is contained in:
Maxime Borges 2024-11-11 11:16:39 +01:00
parent d71ef67c4c
commit caf1cc25ad
2 changed files with 4 additions and 1 deletions

View file

@ -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

View file

@ -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();
}