Typo.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 2 Apr 2009 12:45:42 +0000 (12:45 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 2 Apr 2009 12:45:42 +0000 (12:45 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2466 38d2e660-2303-0410-9eaa-f027e97ec537

examples/triface/protocol.c

index 397e8d0b2575460d9213751e24974e1df4cdcb25..c00219bd4967201c08306f582bef81c0b59c430d 100644 (file)
@@ -283,7 +283,7 @@ MAKE_CMD(ping, "", "",
 /* Dout  */
 MAKE_CMD(dout, "d", "",
 ({
-       kfile_putc((uint8_t)&args[1].l, &fd_sipo.fd);
+       kfile_putc((uint8_t)args[1].l, &fd_sipo.fd);
 
        //Store status of dout ports.
        reg_status_dout = (uint8_t)args[1].l;