summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--avr/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/avr/main.c b/avr/main.c
index e1a4099..635c44d 100644
--- a/avr/main.c
+++ b/avr/main.c
@@ -160,7 +160,7 @@ int main(void)
if (result == 0)
{
PORTC &= ~LED_GREEN;
- ds1992_read(42, replyBuffer, 128);
+ ds1992_read(0, replyBuffer, 128);
}
else if (result == 1)
PORTC &= ~LED_RED;