The unified diff between revisions [81e4dce2..] and [24d5b9f4..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'Makefile'
# # old_revision [81e4dce274e79dd9187ed4bd182e1d6fc0fdfb37] # new_revision [24d5b9f4dff9135787b198fe1127d9c1e3326b9c] # # patch "Makefile" # from [5665964a6034f95200be1f471778af03abfca1b5] # to [7a1a49fb3e2f7d3f482e493962f2f02dae51aa93] # ============================================================ --- Makefile 5665964a6034f95200be1f471778af03abfca1b5 +++ 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 +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