diff options
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/octoclock/OctoClock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/octoclock/OctoClock.c b/firmware/octoclock/OctoClock.c index 07397601d..d81a93fc3 100644 --- a/firmware/octoclock/OctoClock.c +++ b/firmware/octoclock/OctoClock.c @@ -535,7 +535,7 @@ DDRC = ~( 1<<DDC1 ); // All bits are outputs, except PC1. including the 5 Not * */ PORTD = 0; // Initial Value is all zeros -DDRD = 1<<DDD1 | 1<<DDD3; +DDRD = 1<<DDD3; |