Skip to content

Commit

Permalink
Add #if condition to .S method call
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Vilimpoc committed Dec 26, 2017
1 parent 05f53c2 commit 0e36ca2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions startup_example.S.txt
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,10 @@ Reset_Handler:
LDR R0, =nrf_reloc_vector_table
BLX R0
/*
#if DEBUG_ISR_STACK_USAGE
LDR R0, =fill_isr_stack_with_canary
BLX R0
#endif
*/
LDR R0, =_start
BX R0
Expand Down

0 comments on commit 0e36ca2

Please sign in to comment.