usb interrupt ( answered )
Posted: Mon Aug 10, 2009 10:34 pm
I'm using an interrupt for pin-change and I wanted to disable the usb int for a short while, how can I do that without using disable all interrupts?
Code: Select all
USB_INTR_ENABLE &= ~_BV( USB_INTR_ENABLE_BIT ) ;
Code: Select all
USB_INTR_ENABLE |= _BV( USB_INTR_ENABLE_BIT ) ;