diff options
author | Wojciech Kosior <kwojtus@protonmail.com> | 2020-12-28 10:44:00 +0100 |
---|---|---|
committer | Wojciech Kosior <kwojtus@protonmail.com> | 2020-12-28 10:44:00 +0100 |
commit | fac2f26447a0789a6142a690cefc7a3713f446bf (patch) | |
tree | 8b1f7d9a1cf2bd6498bc7f03c593705d8c08b152 /examples/example2c_measure_time_tclasm/Makefile | |
parent | 4405535099fae4e1c01260f730d51a8b21d11806 (diff) | |
download | AGH-engineering-thesis-fac2f26447a0789a6142a690cefc7a3713f446bf.tar.gz AGH-engineering-thesis-fac2f26447a0789a6142a690cefc7a3713f446bf.zip |
add a tclasm version of example2
Diffstat (limited to 'examples/example2c_measure_time_tclasm/Makefile')
-rw-r--r-- | examples/example2c_measure_time_tclasm/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/example2c_measure_time_tclasm/Makefile b/examples/example2c_measure_time_tclasm/Makefile new file mode 100644 index 0000000..b4058ef --- /dev/null +++ b/examples/example2c_measure_time_tclasm/Makefile @@ -0,0 +1,3 @@ +SIMFLAGS += -DFINISH_ON_LED1=1 -DFINISH_ON_LED2=1 + +include ../../Makefile.example |