Developing STM32L152 demo - still a work in progress.

This commit is contained in:
Richard Barry 2010-12-19 20:31:41 +00:00
parent 69d1fc1a13
commit c015ea5cfe
5 changed files with 72 additions and 26 deletions

View file

@ -68,7 +68,7 @@
#define configUSE_PREEMPTION 1
#define configUSE_IDLE_HOOK 0
#define configUSE_TICK_HOOK 0
#define configUSE_TICK_HOOK 1
#define configCPU_CLOCK_HZ ( 32000000UL )
#define configTICK_RATE_HZ ( ( portTickType ) 1000 )
#define configMAX_PRIORITIES ( ( unsigned portBASE_TYPE ) 5 )