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

Commit

Permalink
v1.4.0 to fix multiple-definitions linker error
Browse files Browse the repository at this point in the history
### Releases v1.4.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. Fix `reattachInterrupt()` bug. Check [bugfix: reattachInterrupt() pass wrong frequency value to setFrequency() #19](khoih-prog/ESP8266TimerInterrupt#19)
4. Optimize library code by using `reference-passing` instead of `value-passing`
5. Update all examples
  • Loading branch information
khoih-prog committed Jan 22, 2022
1 parent 2b9553a commit 778e960
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/NRF52_MBED_ISR_Timer.hpp
@@ -1,5 +1,5 @@
/****************************************************************************************************************************
NRF52_MBED_ISR_Timer.h
NRF52_MBED_ISR_Timer.hpp
For NRF52 boards using mbed-RTOS such as Nano-33-BLE
Written by Khoi Hoang
Expand Down
2 changes: 1 addition & 1 deletion src/NRF52_MBED_TimerInterrupt.hpp
@@ -1,5 +1,5 @@
/****************************************************************************************************************************
NRF52_MBED_TimerInterrupt.h
NRF52_MBED_TimerInterrupt.hpp
For NRF52 boards using mbed-RTOS such as Nano-33-BLE
Written by Khoi Hoang
Expand Down
2 changes: 1 addition & 1 deletion src/NRF52_MBED_TimerInterrupt_Impl.h
@@ -1,5 +1,5 @@
/****************************************************************************************************************************
NRF52_MBED_TimerInterrupt.h
NRF52_MBED_TimerInterrupt_Impl.h
For NRF52 boards using mbed-RTOS such as Nano-33-BLE
Written by Khoi Hoang
Expand Down

0 comments on commit 778e960

Please sign in to comment.