updated usart code

This commit is contained in:
John Cobb
2015-02-05 16:26:11 -06:00
parent 9ec955eba4
commit 86eb8f94ef
8 changed files with 1076 additions and 6 deletions

View File

@ -85,7 +85,7 @@
*----------------------------------------------------------*/
#define configUSE_PREEMPTION 1
#define configUSE_IDLE_HOOK 0
#define configUSE_IDLE_HOOK 1
#define configUSE_TICK_HOOK 0
#define configCPU_CLOCK_HZ ( ( unsigned long ) F_CPU)
#define configTICK_RATE_HZ ( ( TickType_t ) 1000 )
@ -107,7 +107,7 @@ to exclude the API function. */
#define INCLUDE_vTaskPrioritySet 0
#define INCLUDE_uxTaskPriorityGet 0
#define INCLUDE_vTaskDelete 0
#define INCLUDE_vTaskDelete 1
#define INCLUDE_vTaskCleanUpResources 0
#define INCLUDE_vTaskSuspend 0
#define INCLUDE_vTaskDelayUntil 1