]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/portable/oWatcom/16BitDOS/common/portasm.h
Update version number to V8.0.0 (without the release candidate number).
[freertos] / FreeRTOS / Source / portable / oWatcom / 16BitDOS / common / portasm.h
index 636ad387f1c28586da37d5d4946e762e7d81d83f..7f3123f712ef70d876532066d0eae127d661cc60 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.6.0 - Copyright (C) 2013 Real Time Engineers Ltd. \r
+    FreeRTOS V8.0.0 - Copyright (C) 2014 Real Time Engineers Ltd. \r
     All rights reserved\r
 \r
     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -63,8 +63,8 @@
     1 tab == 4 spaces!\r
 */\r
 \r
-typedef void tskTCB;\r
-extern volatile tskTCB * volatile pxCurrentTCB;\r
+typedef void TCB_t;\r
+extern volatile TCB_t * volatile pxCurrentTCB;\r
 extern void vTaskSwitchContext( void );\r
 \r
 /* \r