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

Commit

Permalink
v1.1.0 to fix multiple-definitions linker error
Browse files Browse the repository at this point in the history
### Releases v1.1.0

1. Fix `multiple-definitions` linker error. Drop `src_cpp` and `src_h` directories
2. Add example [multiFileProject](examples/multiFileProject) to demo for multiple-file project.
3. Optimize library code by using `reference-passing` instead of `value-passing`
4. Update all examples
  • Loading branch information
khoih-prog authored Jan 23, 2022
1 parent 711b111 commit 9f9f3fe
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion src/RTL8720_ISR_Timer-Impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@
Based on BlynkTimer.h
Author: Volodymyr Shymanskyy
Version: 1.0.0
Version: 1.1.0
Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.0 K Hoang 09/08/2021 Initial coding for RTL8720DN, RTL8722DM and RTL8722CSM
1.1.0 K.Hoang 22/01/2022 Fix `multiple-definitions` linker error
*****************************************************************************************************************************/

#pragma once
Expand Down
3 changes: 2 additions & 1 deletion src/RTL8720_ISR_Timer.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@
Based on BlynkTimer.h
Author: Volodymyr Shymanskyy
Version: 1.0.0
Version: 1.1.0
Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.0 K Hoang 09/08/2021 Initial coding for RTL8720DN, RTL8722DM and RTL8722CSM
1.1.0 K.Hoang 22/01/2022 Fix `multiple-definitions` linker error
*****************************************************************************************************************************/

#pragma once
Expand Down
3 changes: 2 additions & 1 deletion src/RTL8720_ISR_Timer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@
Based on BlynkTimer.h
Author: Volodymyr Shymanskyy
Version: 1.0.0
Version: 1.1.0
Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.0 K Hoang 09/08/2021 Initial coding for RTL8720DN, RTL8722DM and RTL8722CSM
1.1.0 K.Hoang 22/01/2022 Fix `multiple-definitions` linker error
*****************************************************************************************************************************/

#pragma once
Expand Down
3 changes: 2 additions & 1 deletion src/RTL8720_TimerInterrupt.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@
Based on BlynkTimer.h
Author: Volodymyr Shymanskyy
Version: 1.0.0
Version: 1.1.0
Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.0 K Hoang 09/08/2021 Initial coding for RTL8720DN, RTL8722DM and RTL8722CSM
1.1.0 K.Hoang 22/01/2022 Fix `multiple-definitions` linker error
*****************************************************************************************************************************/

#pragma once
Expand Down
3 changes: 2 additions & 1 deletion src/TimerInterrupt_Generic_Debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@
Based on BlynkTimer.h
Author: Volodymyr Shymanskyy
Version: 1.0.0
Version: 1.1.0
Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.0 K Hoang 09/08/2021 Initial coding for RTL8720DN, RTL8722DM and RTL8722CSM
1.1.0 K.Hoang 22/01/2022 Fix `multiple-definitions` linker error
*****************************************************************************************************************************/

#pragma once
Expand Down

0 comments on commit 9f9f3fe

Please sign in to comment.