Rename PDIProtocol.c/.h to XPROGProtocol.c/.h as it will now handle both TPI and...
[pub/USBasp.git] / Projects / LEDNotifier / LEDNotifier.c
index 5a7ebd5..1a87616 100644 (file)
 \r
 /** \file\r
  *\r
- *  Main source file for the HotmailNotfier project. This file contains the main tasks of\r
+ *  Main source file for the LEDNotfier project. This file contains the main tasks of\r
  *  the demo and is responsible for the initial application hardware configuration.\r
  */\r
  \r
-#include "HotmailNotifier.h"\r
+#include "LEDNotifier.h"\r
 \r
 /** LUFA CDC Class driver interface configuration and state information. This structure is\r
  *  passed to all CDC Class driver functions, so that multiple instances of the same class\r
@@ -78,7 +78,7 @@ ISR(TIMER0_COMPA_vect, ISR_BLOCK)
 {\r
        uint8_t LEDMask = LEDS_ALL_LEDS;\r
 \r
-       if (++SoftPWM_Count == 0x1F)\r
+       if (++SoftPWM_Count == 0b00011111)\r
          SoftPWM_Count = 0;\r
 \r
        if (SoftPWM_Count >= SoftPWM_Channel1_Duty)\r