aboutsummaryrefslogtreecommitdiff
path: root/tools/avr_codegen/test.c
diff options
context:
space:
mode:
authorCharles Lohr <lohr85@gmail.com>2016-12-04 02:47:47 -0500
committerCharles Lohr <lohr85@gmail.com>2016-12-04 02:47:47 -0500
commit7dbb0dbf81d740ffa1461cab4a2d87974b091719 (patch)
treeca31c242335598ea561e4d74254da0692c289578 /tools/avr_codegen/test.c
parent7d5b2dc6ab70c6a1ba66acbbedfcafbee7be7055 (diff)
downloadlibsurvive-7dbb0dbf81d740ffa1461cab4a2d87974b091719.tar.gz
libsurvive-7dbb0dbf81d740ffa1461cab4a2d87974b091719.tar.bz2
Update tools based on newest tests.
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