diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2019-07-16 12:21:26 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2019-07-16 12:21:26 +0200 |
commit | a426c8d552d4b477758f90d6bb08619fb1ff3edd (patch) | |
tree | 602c80f8160a10837d5a562d6c5036dae6bf45f9 /src/arch/msp430fr5969lp | |
parent | 946db125a96c805df5b411b18c729d3173a6c7d7 (diff) |
Working Nrf24 ping-pong
Diffstat (limited to 'src/arch/msp430fr5969lp')
-rw-r--r-- | src/arch/msp430fr5969lp/Makefile.inc | 2 |
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: |