Skip to content

Commit

Permalink
Update kernel version v11.1.0+ in tasks.h
Browse files Browse the repository at this point in the history
  • Loading branch information
chinglee-iot committed Apr 22, 2024
1 parent 111e775 commit 5dd732a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/task.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@
* The tskKERNEL_VERSION_MAJOR, tskKERNEL_VERSION_MINOR, tskKERNEL_VERSION_BUILD
* values will reflect the last released version number.
*/
#define tskKERNEL_VERSION_NUMBER "V11.0.1+"
#define tskKERNEL_VERSION_NUMBER "V11.1.0+"
#define tskKERNEL_VERSION_MAJOR 11
#define tskKERNEL_VERSION_MINOR 0
#define tskKERNEL_VERSION_BUILD 1
#define tskKERNEL_VERSION_MINOR 1
#define tskKERNEL_VERSION_BUILD 0

/* MPU region parameters passed in ulParameters
* of MemoryRegion_t struct. */
Expand Down

0 comments on commit 5dd732a

Please sign in to comment.