File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
src/rp2_common/hardware_exception/include/hardware Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ extern "C" {
4747 * MEMMANAGE_EXCEPTION | 4 | MemManage
4848 * BUSFAULT_EXCEPTION | 5 | BusFault
4949 * USAGEFAULT_EXCEPTION | 6 | UsageFault
50- * SECUREFAULT_EXCEPTION | 7 | SecureFault
5150 * \endif
5251 * SVCALL_EXCEPTION | 11 | SV Call
5352 * PENDSV_EXCEPTION | 14 | Pend SV
@@ -100,7 +99,6 @@ enum exception_number {
10099 MEMMANAGE_EXCEPTION = 4 , ///< MemManage Interrupt
101100 BUSFAULT_EXCEPTION = 5 , ///< BusFault Interrupt
102101 USAGEFAULT_EXCEPTION = 6 , ///< UsageFault Interrupt
103- SECUREFAULT_EXCEPTION = 7 , ///< SecureFault Interrupt
104102#endif
105103 SVCALL_EXCEPTION = 11 , ///< SV Call Interrupt
106104 PENDSV_EXCEPTION = 14 , ///< Pend SV Interrupt
You can’t perform that action at this time.
0 commit comments