summaryrefslogtreecommitdiff
path: root/tuer-rfid/ajar.c
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2013-09-23 02:28:07 +0000
committerChristian Pointner <equinox@spreadspace.org>2013-09-23 02:28:07 +0000
commitdabbf161337e31a3f948ad721d401e86237c137a (patch)
tree0c36637ce63a37da4200847b2c6de6ff7003f47e /tuer-rfid/ajar.c
parentlimits work now with ADC value (diff)
fixed \n\r to \r\n
git-svn-id: https://svn.spreadspace.org/avr/trunk@227 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'tuer-rfid/ajar.c')
-rw-r--r--tuer-rfid/ajar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tuer-rfid/ajar.c b/tuer-rfid/ajar.c
index 06ca436..08a698a 100644
--- a/tuer-rfid/ajar.c
+++ b/tuer-rfid/ajar.c
@@ -70,7 +70,7 @@ void ajar_task(void)
ajar_t state = ajar_get();
if(last_state != state)
- printf("Info(ajar): door is now %s\n\r", ajar_to_string(state));
+ printf("Info(ajar): door is now %s\r\n", ajar_to_string(state));
last_state = state;
}