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:
RichardBarry 2020-10-04 14:47:25 -07:00 committed by GitHub
parent bd9db07f28
commit b8993fbd69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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. */
/*-----------------------------------------------------------*/