diff options
| author | Scott Shawcroft <scott@chickadee.tech> | 2016-08-28 00:02:05 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@chickadee.tech> | 2016-08-28 00:02:05 -0700 |
| commit | b883a15d82c156a0abf8aabf61bc9445ddf97f39 (patch) | |
| tree | ff86fcfd8156fcb4f726ccb2ea79a77830a3dec4 /atmel-samd/Makefile | |
| parent | 16fc0455097487428c4a1b5759a18d470ebb6cc2 (diff) | |
atmel-samd: Rename module classes so they don't conflict with names from ASF.
Diffstat (limited to 'atmel-samd/Makefile')
| -rw-r--r-- | atmel-samd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/atmel-samd/Makefile b/atmel-samd/Makefile index ef363ef43..6ce1d0d1b 100644 --- a/atmel-samd/Makefile +++ b/atmel-samd/Makefile @@ -113,13 +113,13 @@ SRC_ASF = $(addprefix asf/sam0/,\ ) SRC_C = \ - adc.c \ main.c \ modmachine.c \ + modmachine_adc.c \ + modmachine_dac.c \ + modmachine_pin.c \ modutime.c \ - mpdac.c \ mphalport.c \ - pin.c \ pin_named_pins.c \ uart.c \ asf/common/services/sleepmgr/samd/sleepmgr.c \ |
