Remove legacy AS4 project files, now that they can be automatically generated by...
[pub/USBasp.git] / LUFA / Platform / UC3 / InterruptManagement.h
index 8dd1dc3..af99f08 100644 (file)
  *  Usage Example:
  *  \code
  *             #include <LUFA/Platform/UC3/InterruptManagement.h>
- *
+ *      
  *             ISR(USB_Group_IRQ_Handler)
  *             {
  *                     // USB group handler code here
  *             }
- *
+ *      
  *             void main(void)
  *             {
  *                     INTC_Init();