Update the demo directory to use the version 8 type naming conventions.
diff --git a/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/FreeRTOSConfig.h b/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/FreeRTOSConfig.h
index c2df2fb..bed2293 100644
--- a/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/FreeRTOSConfig.h
@@ -102,7 +102,7 @@
 #define configMINIMAL_STACK_SIZE	( ( unsigned short ) 180 ) /* This can be greatly reduced when using the small or medium memory model. */

 #define configCPU_CLOCK_HZ			( ( unsigned long ) 56000000 )	/* Clock setup from start.asm in the demo application. */

 #define configCLKP1_CLOCK_HZ		( ( unsigned long ) 56000000 )	/* Clock setup from start.asm in the demo application. */

-#define configTICK_RATE_HZ			( (portTickType) 1000 )

+#define configTICK_RATE_HZ			( (TickType_t) 1000 )

 #define configMAX_PRIORITIES		( 6 )

 #define configTOTAL_HEAP_SIZE		( (size_t) (20000) )

 #define configMAX_TASK_NAME_LEN		( 20 )