mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 12:12:50 +01:00
rtic-monotonic: changelog: add atsamd21g
This commit is contained in:
parent
d71ef67c4c
commit
caf1cc25ad
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue