Reimplement ser_clearstatus as a macro.
[bertos.git] / app / triface / triface.mk
index 79b5223503b8b0e2d45e4745c5304bd2d582ef0c..c1d095dccef8eb111165a11964103468a2a6af9f 100755 (executable)
@@ -8,6 +8,9 @@
 # Author: Bernardo Innocenti <bernie@develer.com>
 #
 # $Log$
+# Revision 1.3  2006/06/12 21:37:02  marco
+# implemented some commands (ver and sleep)
+#
 # Revision 1.2  2006/06/01 12:29:21  marco
 # Add first simple protocol command (version request).
 #
@@ -39,7 +42,8 @@ triface_CSRC = \
 
 triface_PCSRC += mware/formatwr.c
 
-triface_CFLAGS = -Os -D'ARCH=0' -Iapp/triface/hw -Iapp/triface
+#triface_CFLAGS = -O3 -D'ARCH=0' -Iapp/triface/hw -Iapp/triface
+triface_CFLAGS = -O0 -D'ARCH=0' -Iapp/triface/hw -Iapp/triface
 triface_MCU = atmega128
 
 # Debug stuff