mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2026-09-26 21:54:59 +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