Skip to content

Commit

Permalink
Merge pull request #385 from cnlohr/auto-detect-003fun-path
Browse files Browse the repository at this point in the history
Autodetect ch32v003fun path.
  • Loading branch information
cnlohr authored Sep 1, 2024
2 parents 0577cf3 + 80ffd08 commit 9ca47e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch32v003fun/ch32v003fun.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ endif
TARGET_MCU?=CH32V003
TARGET_EXT?=c

CH32V003FUN?=../../ch32v003fun
CH32V003FUN?=$(dir $(lastword $(MAKEFILE_LIST)))
MINICHLINK?=$(CH32V003FUN)/../minichlink

WRITE_SECTION?=flash
Expand Down

0 comments on commit 9ca47e9

Please sign in to comment.