Remove duplicate definition from FreeRTOSConfig.h.

This commit is contained in:
Richard Barry 2013-07-23 09:36:30 +00:00
parent 9054485f1a
commit f522d6a2da

View file

@ -102,8 +102,6 @@
#define configTIMER_TASK_STACK_DEPTH ( configMINIMAL_STACK_SIZE * 2 )
#define configMAX_PRIORITIES ( 7 )
#define configMAX_CO_ROUTINE_PRIORITIES ( 2 )
/* Run time stats gathering definitions. */
unsigned long ulGetRunTimeCounterValue( void );