Skip to content

Commit 1b5d796

Browse files
committed
Remove SECUREFAULT_EXCEPTION as that is only available in Arm-v8
1 parent 3a706b7 commit 1b5d796

File tree

1 file changed

+0
-2
lines changed
  • src/rp2_common/hardware_exception/include/hardware

1 file changed

+0
-2
lines changed

src/rp2_common/hardware_exception/include/hardware/exception.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)