diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2016-06-29 16:37:09 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2016-06-29 16:38:18 +0900 |
commit | 41ac81a66bc48ff4d34bc5013630f90d4fa561f5 (patch) | |
tree | f7d7d8b9a7282b460b492dc95cba684ba399c26e /example-fs-bb48/Makefile | |
parent | 986518fba746fe50c98597665d1c4d349b631c1b (diff) |
Update example for fs-bb48
Diffstat (limited to 'example-fs-bb48/Makefile')
-rw-r--r-- | example-fs-bb48/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example-fs-bb48/Makefile b/example-fs-bb48/Makefile index bf1fed7..e4d0c73 100644 --- a/example-fs-bb48/Makefile +++ b/example-fs-bb48/Makefile @@ -6,7 +6,7 @@ PROJECT = sample CHOPSTX = .. LDSCRIPT= sample.ld -CSRC = sample.c usb-cdc.c command.c +CSRC = sample.c usb-cdc.c command.c touch.c CHIP=mkl27z USE_SYS = yes |