mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-08 20:55:14 -05:00
Update ParTest.c
Add not to change the LED output number from 10 to 47 when running the Zynq demo on the MicroZed hardware.
This commit is contained in:
parent
bd9db07f28
commit
b8993fbd69
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@
|
|||
#define partstNUM_LEDS ( 1 )
|
||||
#define partstDIRECTION_OUTPUT ( 1 )
|
||||
#define partstOUTPUT_ENABLED ( 1 )
|
||||
#define partstLED_OUTPUT ( 10 )
|
||||
#define partstLED_OUTPUT ( 10 ) /* Change to 47 for MicroZed. */
|
||||
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue