Skip to content

Commit b8a9d86

Browse files
committed
Update rv003usb example and safegurad used ch32fun version
1 parent 0c3c3ca commit b8a9d86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/ch32fun-rv003usb-composite-hid/platformio.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ lib_deps = https://github.com/cnlohr/rv003usb.git#69729219e526156aba57985224adcc
2222
extra_scripts =
2323
; convenience for showing USB descriptors in intellisense
2424
pre:$PROJECT_LIBDEPS_DIR/$PIOENV/rv003usb/.github/show_descriptors.py
25-
; safeguard: actually compile against older ch32fun version.
25+
; safeguard: actually compile against a safe ch32fun version for now that was referenced by the project.
2626
platform_packages =
27-
framework-ch32v003fun@symlink://.pio/libdeps/genericCH32V003F4U6/rv003usb/ch32fun
27+
framework-ch32v003fun@https://github.com/cnlohr/ch32fun.git#a3ceb50356b1894eece3824673b4533ef5d2ad2a

0 commit comments

Comments
 (0)