From: Stefan BrĂ¼ns Date: Fri, 29 Dec 2017 01:45:39 +0000 (+0100) Subject: fx2lafw: Disable SOF interrupt, it is not used X-Git-Tag: sigrok-firmware-fx2lafw-0.1.6~10 X-Git-Url: http://sigrok.org/gitweb/?a=commitdiff_plain;h=7a655031609c053c999dbad90c99fa4b0d63652c;p=sigrok-firmware-fx2lafw.git fx2lafw: Disable SOF interrupt, it is not used --- diff --git a/fx2lafw.c b/fx2lafw.c index 1949a7c1..4a1dfe41 100644 --- a/fx2lafw.c +++ b/fx2lafw.c @@ -196,11 +196,6 @@ void sudav_isr(void) __interrupt SUDAV_ISR CLEAR_SUDAV(); } -void sof_isr(void) __interrupt SOF_ISR __using 1 -{ - CLEAR_SOF(); -} - void usbreset_isr(void) __interrupt USBRESET_ISR { handle_hispeed(FALSE); @@ -244,7 +239,6 @@ void fx2lafw_init(void) /* TODO: Does the order of the following lines matter? */ ENABLE_SUDAV(); - ENABLE_SOF(); ENABLE_HISPEED(); ENABLE_USBRESET();