Skip to content

Commit

Permalink
Update ParTest.c
Browse files Browse the repository at this point in the history
Add not to change the LED output number from 10 to 47 when running the Zynq demo on the MicroZed hardware.
  • Loading branch information
RichardBarry authored Oct 4, 2020
1 parent bd9db07 commit b8993fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/ParTest.c
Original file line number Diff line number Diff line change
Expand Up @@ -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. */

/*-----------------------------------------------------------*/

Expand Down

0 comments on commit b8993fb

Please sign in to comment.