The unified diff between revisions [d0420ebd..] and [5a7404c7..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'Makefile'
# # old_revision [d0420ebd87c820e33a32b29727989516e15980a8] # new_revision [5a7404c7ee458d3eab4b0548e4bc6b6a8b26135f] # # patch "Makefile" # from [682a220b957308023bd4b69a74f1bdbd6cc62025] # to [7a1a49fb3e2f7d3f482e493962f2f02dae51aa93] # ============================================================ --- Makefile 682a220b957308023bd4b69a74f1bdbd6cc62025 +++ Makefile 7a1a49fb3e2f7d3f482e493962f2f02dae51aa93 @@ -4,7 +4,8 @@ CSRCS=main.c i2c.c wmp.c timer.c interru SSRCS=crt0.s CSRCS=main.c i2c.c wmp.c timer.c interrupt.c uart.c event.c matrix.c dcm.c -CSRCS+=fisqrt.c stick.c trig.c motor.c led.c +CSRCS+=fisqrt.c stick.c trig.c motor.c led.c watchdog.c panic.c status.c +CSRCS+=thrust.c #PROJOPTS=-DUSE_UART -DSEND_DCM