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

Commit 42a7328

Browse files
authored
v1.1.1
### Releases v1.1.1 1. Add example [**Change_Interval**](examples/Change_Interval) 2. Bump up version to sync with other TimerInterrupt Libraries. Modify Version String. 3. Add new h-only code besides conventional h/cpp code
1 parent b233a66 commit 42a7328

File tree

12 files changed

+13
-13
lines changed

12 files changed

+13
-13
lines changed

src/ISR_Timer-Impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
Therefore, their executions are not blocked by bad-behaving functions / tasks.
1919
This important feature is absolutely necessary for mission-critical tasks.
2020
21-
Version: 1.1.0
21+
Version: 1.1.1
2222
2323
Version Modified By Date Comments
2424
------- ----------- ---------- -----------

src/ISR_Timer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
Therefore, their executions are not blocked by bad-behaving functions / tasks.
1919
This important feature is absolutely necessary for mission-critical tasks.
2020
21-
Version: 1.1.0
21+
Version: 1.1.1
2222
2323
Version Modified By Date Comments
2424
------- ----------- ---------- -----------

src/TimerInterrupt-Impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
Therefore, their executions are not blocked by bad-behaving functions / tasks.
1919
This important feature is absolutely necessary for mission-critical tasks.
2020
21-
Version: 1.1.0
21+
Version: 1.1.1
2222
2323
Version Modified By Date Comments
2424
------- ----------- ---------- -----------

src/TimerInterrupt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
Therefore, their executions are not blocked by bad-behaving functions / tasks.
1919
This important feature is absolutely necessary for mission-critical tasks.
2020
21-
Version: 1.1.0
21+
Version: 1.1.1
2222
2323
Version Modified By Date Comments
2424
------- ----------- ---------- -----------

src_cpp/ISR_Timer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
Therefore, their executions are not blocked by bad-behaving functions / tasks.
1919
This important feature is absolutely necessary for mission-critical tasks.
2020
21-
Version: 1.1.0
21+
Version: 1.1.1
2222
2323
Version Modified By Date Comments
2424
------- ----------- ---------- -----------

src_cpp/ISR_Timer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
Therefore, their executions are not blocked by bad-behaving functions / tasks.
1919
This important feature is absolutely necessary for mission-critical tasks.
2020
21-
Version: 1.1.0
21+
Version: 1.1.1
2222
2323
Version Modified By Date Comments
2424
------- ----------- ---------- -----------

src_cpp/TimerInterrupt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
Therefore, their executions are not blocked by bad-behaving functions / tasks.
1919
This important feature is absolutely necessary for mission-critical tasks.
2020
21-
Version: 1.1.0
21+
Version: 1.1.1
2222
2323
Version Modified By Date Comments
2424
------- ----------- ---------- -----------

src_cpp/TimerInterrupt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
Therefore, their executions are not blocked by bad-behaving functions / tasks.
1919
This important feature is absolutely necessary for mission-critical tasks.
2020
21-
Version: 1.1.0
21+
Version: 1.1.1
2222
2323
Version Modified By Date Comments
2424
------- ----------- ---------- -----------

src_h/ISR_Timer-Impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
Therefore, their executions are not blocked by bad-behaving functions / tasks.
1919
This important feature is absolutely necessary for mission-critical tasks.
2020
21-
Version: 1.1.0
21+
Version: 1.1.1
2222
2323
Version Modified By Date Comments
2424
------- ----------- ---------- -----------

src_h/ISR_Timer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
Therefore, their executions are not blocked by bad-behaving functions / tasks.
1919
This important feature is absolutely necessary for mission-critical tasks.
2020
21-
Version: 1.1.0
21+
Version: 1.1.1
2222
2323
Version Modified By Date Comments
2424
------- ----------- ---------- -----------

0 commit comments

Comments
 (0)