Skip to content

Commit

Permalink
updated cmsis_os.h to version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajmund Szymanski committed Aug 29, 2017
1 parent c602310 commit 3b2c83d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions StateOS/cmsis-rtos/cmsis_os.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
*
* ----------------------------------------------------------------------
*
* $Date: 10. January 2017
* $Revision: V2.1.0
* $Date: 9. June 2017
* $Revision: V2.1.1
*
* Project: CMSIS-RTOS API
* Title: cmsis_os.h header file
Expand Down Expand Up @@ -118,6 +118,11 @@
* - added: osKernelRestoreLock
* Updated Thread and Event Flags:
* - changed flags parameter and return type from int32_t to uint32_t
* Version 2.1.1
* Additional functions allowed to be called from Interrupt Service Routines:
* - osKernelGetTickCount, osKernelGetTickFreq
* Changed Kernel Tick type to uint32_t:
* - updated: osKernelGetTickCount, osDelayUntil
*---------------------------------------------------------------------------*/

/******************************************************************************
Expand Down

0 comments on commit 3b2c83d

Please sign in to comment.