|
From: | Adam Megacz |
Subject: | [avr-libc-dev] ioat94k.h: interrupt vector table off-by-one |
Date: | Thu, 01 Sep 2005 22:20:29 -0700 |
User-agent: | Gnus/5.1006 (Gnus v5.10.6) Emacs/21.4 (gnu/linux) |
It appears that all of the SIG_* symbols defined in ioat94k.h should be decremented by 1 -- for example: #define SIG_FPGA_INTERRUPT0 _VECTOR(0) /* FPGA_INT0 */ #define SIG_INTERRUPT0 _VECTOR(1) /* EXT_INT0 */ #define SIG_FPGA_INTERRUPT1 _VECTOR(2) /* FPGA_INT1 */ The current file starts at _VECTOR(1). - a -- PGP/GPG: 5C9F F366 C9CF 2145 E770 B1B8 EFB1 462D A146 C380
[Prev in Thread] | Current Thread | [Next in Thread] |