mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-10 01:22:36 +00:00
Add additional critical section to the default tickless implementations.
Update version number for maintenance release.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
FreeRTOS V7.5.1 - Copyright (C) 2013 Real Time Engineers Ltd.
|
||||
FreeRTOS V7.5.2 - Copyright (C) 2013 Real Time Engineers Ltd.
|
||||
|
||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||
|
||||
@@ -80,7 +80,7 @@ extern "C" {
|
||||
* MACROS AND DEFINITIONS
|
||||
*----------------------------------------------------------*/
|
||||
|
||||
#define tskKERNEL_VERSION_NUMBER "V7.5.1"
|
||||
#define tskKERNEL_VERSION_NUMBER "V7.5.2"
|
||||
|
||||
/**
|
||||
* task. h
|
||||
|
||||
Reference in New Issue
Block a user