Comment and spell check the STM32L152 demo project.

This commit is contained in:
Richard Barry 2010-12-23 17:04:34 +00:00
parent 556fc15e99
commit ecc01bdbe8
6 changed files with 309 additions and 73 deletions

View file

@ -68,6 +68,8 @@
void vParTestInitialise( void )
{
/* Configure the output LEDs. Note that JP18 and JP19 must be closed on
the Eval board for LED3 and LED4 to work. */
STM_EVAL_LEDInit( LED1 );
STM_EVAL_LEDInit( LED2 );
STM_EVAL_LEDInit( LED3 );