rtic-monotonics: Add interrupt tokens to make sure users bind interrupts

This commit is contained in:
Emil Fresk 2023-03-11 20:47:39 +01:00
parent 7c7d6558f6
commit e4d9284e25
6 changed files with 49 additions and 9 deletions

View file

@ -9,6 +9,8 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
### Added
- Interrupt tokens for `Systick` and `rp2040` to make sure an interrupt handler exists
### Changed
### Fixed