opt out hardfault handler in board.c which causes problem in compiling with asm inline

This commit is contained in:
hathach 2013-07-03 13:48:11 +07:00
parent 51e9a1817b
commit 544b48183a
1 changed files with 3 additions and 0 deletions

View File

@ -54,6 +54,8 @@ void check_failed(uint8_t *file, uint32_t line)
(void) line;
}
#if 0
/**
* HardFault_HandlerAsm:
* Alternative Hard Fault handler to help debug the reason for a fault.
@ -144,3 +146,4 @@ void HardFault_HandlerC(unsigned long *hardfault_args){
hal_debugger_breakpoint();
}
#endif