Fix hw path for the aprs preset.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Sun, 28 Nov 2010 20:23:26 +0000 (20:23 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Sun, 28 Nov 2010 20:23:26 +0000 (20:23 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4593 38d2e660-2303-0410-9eaa-f027e97ec537

boards/arduino-mega/examples/arduino-mega_aprs/arduino-mega_aprs_user.mk

index fa2170979ed34b7b2e4ad875014387c3e6e7cd20..e503f15a323d89f69d6d6a29fc143ec202e4143d 100644 (file)
@@ -10,7 +10,7 @@ arduino-mega_aprs_PROGRAMMER_PORT = none
 # Files included by the user.
 arduino-mega_aprs_USER_CSRC = \
        $(arduino-mega_aprs_SRC_PATH)/main.c \
-       $(arduino-mega_aprs_SRC_PATH)/hw/hw_afsk.c \
+       $(arduino-mega_aprs_HW_PATH)/hw/hw_afsk.c \
        #
 
 # Files included by the user.