projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Rename PDIProtocol.c/.h to XPROGProtocol.c/.h as it will now handle both TPI and...
[pub/USBasp.git]
/
Projects
/
LEDNotifier
/
LEDNotifier.c
diff --git
a/Projects/LEDNotifier/LEDNotifier.c
b/Projects/LEDNotifier/LEDNotifier.c
index
c44ca58
..
1a87616
100644
(file)
--- a/
Projects/LEDNotifier/LEDNotifier.c
+++ b/
Projects/LEDNotifier/LEDNotifier.c
@@
-78,7
+78,7
@@
ISR(TIMER0_COMPA_vect, ISR_BLOCK)
{
\r
uint8_t LEDMask = LEDS_ALL_LEDS;
\r
\r
- if (++SoftPWM_Count == 0
x1F
)
\r
+ if (++SoftPWM_Count == 0
b00011111
)
\r
SoftPWM_Count = 0;
\r
\r
if (SoftPWM_Count >= SoftPWM_Channel1_Duty)
\r