aboutsummaryrefslogtreecommitdiff
path: root/tools/avr_codegen/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/avr_codegen/test.c')
-rw-r--r--tools/avr_codegen/test.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/avr_codegen/test.c b/tools/avr_codegen/test.c
index 45f6962..ad01747 100644
--- a/tools/avr_codegen/test.c
+++ b/tools/avr_codegen/test.c
@@ -56,21 +56,21 @@ int main( )
marker--;
PORTB = 0;
} while( marker );
- _delay_us(8);
+ _delay_us(80);
marker = 10;
do{
PORTB = _BV(4);
marker--;
PORTB = 0;
} while( marker );
- _delay_us(16);
+/* _delay_us(16);
marker = 20;
do{
PORTB = _BV(4);
marker--;
PORTB = 0;
} while( marker );
-
+*/
// t b6 b5 b4 b3 b2 b1 b0 t b13 b12 b11 b10 b9 b8 b7
// 1 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0
// 8 5 0 8