Fix hw path for the aprs preset.
[bertos.git] / 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.