new global_logger, used in AVR_LOG(), default is stdout/stderr
[simavr] / tests / atmega88_timer16.c
index f8e14f5..31e5327 100644 (file)
@@ -69,7 +69,7 @@ int main()
        // timer prescaler to 64
        TCCR1B |= (0<<CS12 | 1<<CS11 | 1<<CS10);
 
-       DDRB = 5;
+       DDRB = 0x0B;
        
        //
        // now enable a tick counter