Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-export Interrupt, NVIC_PRIO_BITS. Feature-gate SysTick definition.
This adds two new changes for the `rtic` feature: 1. Re-export the `Interrupt` and `NVIC_PRIO_BITS` as `rtic` requires these for generated code related to interrupts. 2. Remove the `SysTick` definition to remove duplicating the `rtic` definition.
- Loading branch information