]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/portable/BCC/16BitDOS/common/portasm.h
Replace standard types with stdint.h types.
[freertos] / FreeRTOS / Source / portable / BCC / 16BitDOS / common / portasm.h
index ccfbbb321d9059527cbbb7000754e2610dc1d1fb..a404f4746c45c90af2e045ade9f3f254fcb32aa5 100644 (file)
@@ -66,8 +66,8 @@
 #ifndef PORT_ASM_H\r
 #define PORT_ASM_H\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