makefile: correct settings for attiny25
[lra-as-sensor] / hbc.c
diff --git a/hbc.c b/hbc.c
index e2c06d9..157d617 100644 (file)
--- a/hbc.c
+++ b/hbc.c
@@ -8,10 +8,12 @@
 
 int main(void) {
        
-       DDRB |= (1 << PB0);
+       
+       DDRB |= (1 << DDB3);
+       PORTB = (1 << PB3);
 
        while(1) {
-               //
+               
        }
 
        return 0;