]> git.zarvox.org Git - usbsnes.git/commit
Fix a bug where the USB interrupt doesn't make it to the interrupt vector table.
authorDrew Fisher <drew.m.fisher@gmail.com>
Wed, 24 Feb 2010 17:37:43 +0000 (12:37 -0500)
committerDrew Fisher <drew.m.fisher@gmail.com>
Wed, 24 Feb 2010 17:37:43 +0000 (12:37 -0500)
commit2a1ffd05809ec37c0d85241bdf685d046ed77caf
tree60be57dbb7d374973f26918390de542153388c16
parentd6cac8077a1b349a150e3473a4eb4def23239496
Fix a bug where the USB interrupt doesn't make it to the interrupt vector table.

Somehow, either due to version differences between v-usb or
avr-gcc/avr-libc, SIG_INTERRUPT0 was not getting linked to the interrupt
vector table where it belonged.  Naming the routine INT0_vect seems to
fix the problem.
usbconfig.h