]> sigrok.org Git - sigrok-firmware-fx2lafw.git/commitdiff
fx2lafw: Disable SOF interrupt, it is not used
authorStefan Brüns <redacted>
Fri, 29 Dec 2017 01:45:39 +0000 (02:45 +0100)
committerUwe Hermann <redacted>
Wed, 17 Jan 2018 16:45:21 +0000 (17:45 +0100)
fx2lafw.c

index 1949a7c1fecfd46769cab5ff86947a3b9e6dac26..4a1dfe41c187fed23cc5c32e221c03a7d64c0cc0 100644 (file)
--- 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();