mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-12-19 01:55:28 +08: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:
@@ -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. */
|
||||
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user