Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
boot/startup: Fix unused vector macro
When generating isr vector table INT_VECTOR_UNUSED ignored its argument and used 0 instead. Now this macro may be used to store some values in vector table (needed for STM32F1 where table ends with some magic value). Signed-off-by: Jerzy Kasenberg <[email protected]>
- Loading branch information