mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-18 01:25:14 -05:00
Comment and spell check the STM32L152 demo project.
This commit is contained in:
parent
556fc15e99
commit
ecc01bdbe8
6 changed files with 309 additions and 73 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue