Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit a65d9c7

Browse files
authored
v1.3.0 to fix multiple-definitions linker error
### Releases v1.3.0 1. Fix multiple-definitions linker error. 2. Update examples for new STM32 core v2.3.0 3. Add example [multiFileProject](examples/multiFileProject) and [multiFileProject_LAN8720](examples/multiFileProject_LAN8720) to demo for multiple-file project to avoid `multiple-definitions` linker error 4. Update `Packages' Patches`
1 parent 44af6dc commit a65d9c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

platformio/platformio.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ upload_speed = 921600
2828

2929
; Checks for the compatibility with frameworks and dev/platforms
3030
lib_compat_mode = strict
31+
lib_ldf_mode = chain+
32+
;lib_ldf_mode = deep+
3133

3234
lib_deps =
3335
; PlatformIO 4.x

0 commit comments

Comments
 (0)