X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Demo%2FMSP430X_MSP430F5438_CCS4%2FDemo_Source%2FFreeRTOSConfig.h;h=0e20d713946262b3ac77955006d104974fa97110;hb=3e742b99ce32f6c125de4388981a94bd19ff66b4;hp=6339845265d427f14670781232d9d830fa42295e;hpb=581c5c9e535201bb32a7e2b175c3b3fef76a796a;p=freertos diff --git a/Demo/MSP430X_MSP430F5438_CCS4/Demo_Source/FreeRTOSConfig.h b/Demo/MSP430X_MSP430F5438_CCS4/Demo_Source/FreeRTOSConfig.h index 633984526..0e20d7139 100644 --- a/Demo/MSP430X_MSP430F5438_CCS4/Demo_Source/FreeRTOSConfig.h +++ b/Demo/MSP430X_MSP430F5438_CCS4/Demo_Source/FreeRTOSConfig.h @@ -78,7 +78,7 @@ #define configUSE_PREEMPTION 1 #define configUSE_IDLE_HOOK 1 #define configUSE_TICK_HOOK 1 -#define configCPU_CLOCK_HZ ( 16000000UL ) +#define configCPU_CLOCK_HZ ( 25000000UL ) #define configTICK_RATE_HZ ( ( portTickType ) 1000 ) #define configMAX_PRIORITIES ( ( unsigned portBASE_TYPE ) 5 ) #define configTOTAL_HEAP_SIZE ( ( size_t ) ( 9 * 1024 ) ) @@ -122,8 +122,8 @@ vApplicationSetupTimerInterrupt() generates the tick from timer A0, so in this case configTICK_VECTOR is set to TIMER0_A0_VECTOR. */ #define configTICK_VECTOR TIMER0_A0_VECTOR - extern void vConfigureTimerForRunTimeStats( void ); - extern volatile unsigned long ulStatsOverflowCount; +extern void vConfigureTimerForRunTimeStats( void ); +extern volatile unsigned long ulStatsOverflowCount; /* Configure a 16 bit timer to generate the time base for the run time stats. The timer is configured to interrupt each time it overflows so a count of @@ -155,5 +155,5 @@ the timer has overflowed. */ ulCountValue |= ( unsigned long ) TA1R; \ TA1CTL |= MC__CONTINOUS; \ } -#endif /* FREERTOS_CONFIG_H */ +#endif /*0*/