summaryrefslogtreecommitdiff
path: root/src/arch
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2019-07-16 12:21:26 +0200
committerDaniel Friesel <daniel.friesel@uos.de>2019-07-16 12:21:26 +0200
commita426c8d552d4b477758f90d6bb08619fb1ff3edd (patch)
tree602c80f8160a10837d5a562d6c5036dae6bf45f9 /src/arch
parent946db125a96c805df5b411b18c729d3173a6c7d7 (diff)
Working Nrf24 ping-pong
Diffstat (limited to 'src/arch')
-rw-r--r--src/arch/msp430fr5969lp/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/msp430fr5969lp/Makefile.inc b/src/arch/msp430fr5969lp/Makefile.inc
index 244fcc2..912048a 100644
--- a/src/arch/msp430fr5969lp/Makefile.inc
+++ b/src/arch/msp430fr5969lp/Makefile.inc
@@ -93,7 +93,7 @@ build/system.hex: build/system.elf
program: build/system.hex
${QUIET}LD_LIBRARY_PATH=${MSP430_FLASHER_DIR} \
${MSP430_FLASHER_DIR}/MSP430Flasher \
- -i ${DEBUG_PORT} \
+ -i /dev/${DEBUG_PORT} \
-w build/system.hex -v -g -z '[VCC]'
arch_clean: