Skip to content

Commit dfcf97a

Browse files
authored
Merge pull request #258 from facchinm/backtrace
backtrace: remove spurious file from compiling
2 parents e1417f7 + 64533b3 commit dfcf97a

File tree

1 file changed

+4
-0
lines changed
  • cores/arduino/cm_backtrace/fault_handler/gcc

1 file changed

+4
-0
lines changed

Diff for: cores/arduino/cm_backtrace/fault_handler/gcc/cmb_fault.S

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
* Created on: 2016-12-16
2727
*/
2828

29+
#ifdef BACKTRACE_SUPPORT
30+
2931
.syntax unified
3032
.thumb
3133
.text
@@ -41,3 +43,5 @@ HardFault_Handler:
4143

4244
Fault_Loop:
4345
BL Fault_Loop /* while(1) */
46+
47+
#endif

0 commit comments

Comments
 (0)