diff options
Diffstat (limited to 'sw/eval-clock-cw-tx/Makefile')
-rw-r--r-- | sw/eval-clock-cw-tx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/eval-clock-cw-tx/Makefile b/sw/eval-clock-cw-tx/Makefile index 1679b79..f58614d 100644 --- a/sw/eval-clock-cw-tx/Makefile +++ b/sw/eval-clock-cw-tx/Makefile @@ -2,7 +2,7 @@ OPENOCD := openocd OPENOCD_OPT := -f interface/stlink.cfg -f target/stm32f1x.cfg -BIN := target/thumbv7m-none-eabi/debug/picardy +BIN := target/thumbv7m-none-eabi/debug/eval_clock_cw_tx # Build and flash in release mode all: |