diff options
author | Florian Jung <flo@windfisch.org> | 2016-01-24 17:57:48 +0100 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2016-01-24 17:57:48 +0100 |
commit | 8482df6feec66b545459de70f43b2ac66f77501e (patch) | |
tree | 37e9324d9a0e0a0ed7ff20a73ce4426a8b3777f2 | |
parent | 7c2ece0331e0cd9dad9f738698c1d58d04558858 (diff) |
read whole memory m(
-rw-r--r-- | avr/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |