diff options
Diffstat (limited to 'converter/ibm4704_usb/config.h')
-rw-r--r-- | converter/ibm4704_usb/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/converter/ibm4704_usb/config.h b/converter/ibm4704_usb/config.h index 4f82f49ad..812d95c67 100644 --- a/converter/ibm4704_usb/config.h +++ b/converter/ibm4704_usb/config.h | |||
@@ -56,7 +56,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
56 | /* | 56 | /* |
57 | * Pin interrupt | 57 | * Pin interrupt |
58 | */ | 58 | */ |
59 | #ifdef IBM4704_USE_INT | ||
60 | #define IBM4704_INT_INIT() do { \ | 59 | #define IBM4704_INT_INIT() do { \ |
61 | EICRA |= ((1<<ISC11) | \ | 60 | EICRA |= ((1<<ISC11) | \ |
62 | (0<<ISC10)); \ | 61 | (0<<ISC10)); \ |
@@ -68,7 +67,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
68 | EIMSK &= ~(1<<INT1); \ | 67 | EIMSK &= ~(1<<INT1); \ |
69 | } while (0) | 68 | } while (0) |
70 | #define IBM4704_INT_VECT INT1_vect | 69 | #define IBM4704_INT_VECT INT1_vect |
71 | #endif | ||
72 | 70 | ||
73 | 71 | ||
74 | #endif | 72 | #endif |