mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +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
|
## Unreleased
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- ATSAMD21G support
|
||||||
|
|
||||||
## v2.0.3 - 2024-10-23
|
## v2.0.3 - 2024-10-23
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -192,7 +192,6 @@ macro_rules! atsamd21_tc4_tc5_monotonic {
|
||||||
#[no_mangle]
|
#[no_mangle]
|
||||||
#[allow(non_snake_case)]
|
#[allow(non_snake_case)]
|
||||||
unsafe extern "C" fn TC4() {
|
unsafe extern "C" fn TC4() {
|
||||||
defmt::info!("test");
|
|
||||||
use $crate::TimerQueueBackend;
|
use $crate::TimerQueueBackend;
|
||||||
$crate::atsamd21::Tc4Tc5Backend::timer_queue().on_monotonic_interrupt();
|
$crate::atsamd21::Tc4Tc5Backend::timer_queue().on_monotonic_interrupt();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue