]> git.sur5r.net Git - freertos/commit
Moved where LCD_Init() is called from so it cannot call vTaskDelay() before the sched...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 8 Mar 2007 21:08:52 +0000 (21:08 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 8 Mar 2007 21:08:52 +0000 (21:08 +0000)
commit45a065ef461a1a6badd34f6fd35cab975e0c29de
tree65db5302c177cbac9f6b850e90b42d1e62a027cf
parentb7ffcbdc30ccc6b46518e14318aed7658a79648f
Moved where LCD_Init() is called from so it cannot call vTaskDelay() before the scheduler is started.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@68 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Demo/ARM9_STR91X_IAR/main.c