diff options
author | tfateba <tfateba@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2016-11-01 02:04:43 +0000 |
---|---|---|
committer | tfateba <tfateba@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2016-11-01 02:04:43 +0000 |
commit | ef75851d109f9b1bd106c0140548300fce631906 (patch) | |
tree | b991ba974065ec73cd2cbb8a6092cc8ecaf83788 /testhal/AVR/ADC/Makefile | |
parent | 4600e6fc46e0e13441cd87989eed8ad8d49786d4 (diff) | |
download | ChibiOS-ef75851d109f9b1bd106c0140548300fce631906.tar.gz ChibiOS-ef75851d109f9b1bd106c0140548300fce631906.tar.bz2 ChibiOS-ef75851d109f9b1bd106c0140548300fce631906.zip |
Fixed small ident, readme file and Makefile.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9896 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/AVR/ADC/Makefile')
-rw-r--r-- | testhal/AVR/ADC/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/testhal/AVR/ADC/Makefile b/testhal/AVR/ADC/Makefile index 994c8bf7e..b1b164e80 100644 --- a/testhal/AVR/ADC/Makefile +++ b/testhal/AVR/ADC/Makefile @@ -73,13 +73,9 @@ SRC = $(KERNSRC) \ $(HALSRC) \
$(PLATFORMSRC) \
$(BOARDSRC) \
- $(STREAMSSRC) \
- $(CHIBIOS)/os/various/evtimer.c \
- main.c
-
-#ip_motor.c \
-#ip_ext.c \
-#ip_adc.c \ # Add the support of A8-A15 on arduino Mega board.
+ $(STREAMSSRC) \
+ $(CHIBIOS)/os/various/evtimer.c \
+ main.c
# List C++ source files here. (C dependencies are automatically generated.)
CPPSRC =
|