The unified diff between revisions [be147b11..] and [4f22e7ef..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'Makefile'

#
# old_revision [be147b11caac304fda1579ac71017eecc3bb79e0]
# new_revision [4f22e7ef7d3064e3b51a5b868a4722f3f13c747b]
#
# patch "Makefile"
#  from [0d87a7bdf64f764dc4892656b9cd1e2613f05867]
#    to [33137b98e954e7abaca672f6ad561d1367b25d30]
#
============================================================
--- Makefile	0d87a7bdf64f764dc4892656b9cd1e2613f05867
+++ Makefile	33137b98e954e7abaca672f6ad561d1367b25d30
@@ -8,6 +8,7 @@ CSRCS+=thrust.c
 CSRCS+=thrust.c
 
 #PROJOPTS=-DUSE_UART -DSEND_DCM -DSTICK_DEBUG_CALIBRATE
+PROJOPTS=-DTIMER_CPPM
 
 COPTIM?=-O1
 CFLAGS=-march=armv4t -msoft-float $(COPTIM) -Wall -Werror -Wextra $(PROJOPTS)