aboutsummaryrefslogtreecommitdiffstats
path: root/stm32conf/lanchon-stm32/src/exceptions/lanchon-stm32-isrs.S.prolog
blob: 8e0629b8b93cc209ff254712fa4b3fa2cc8c9655 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* ISRs for STM32 (by Lanchon) */

	.thumb

#if defined (L_lanchon_stm32_isr_interrupt)

	.globl	__STM32DefaultExceptionHandler
	.type	__STM32DefaultExceptionHandler, %function

__STM32DefaultExceptionHandler:
	b .

	.size	__STM32DefaultExceptionHandler, . - __STM32DefaultExceptionHandler