summaryrefslogtreecommitdiff
path: root/FreeRTOS/Test
diff options
context:
space:
mode:
authorRichardBarry <3073890+RichardBarry@users.noreply.github.com>2022-03-21 15:21:59 -0700
committerGitHub <noreply@github.com>2022-03-21 15:21:59 -0700
commit1509e4f74254afd8f6e250875e47d129a08d793a (patch)
tree8f199d66e9b74d9fce1c722d9b853af6bc32b298 /FreeRTOS/Test
parent92b26dbf99a5b925187517fd574632367d269577 (diff)
downloadfreertos-git-1509e4f74254afd8f6e250875e47d129a08d793a.tar.gz
Add a hardware definition project for the MicroZed board (#607)
Add a hardware definition project for the MicroZed board to the existing Zynq ZC702 project. Add a text file that describes how to switch the Zynq project form the ZC702 hardware to the MicroZed hardware.
Diffstat (limited to 'FreeRTOS/Test')
-rw-r--r--FreeRTOS/Test/CMock/event_groups/list_macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/FreeRTOS/Test/CMock/event_groups/list_macros.h b/FreeRTOS/Test/CMock/event_groups/list_macros.h
index 3e16ff608..4e4fd7208 100644
--- a/FreeRTOS/Test/CMock/event_groups/list_macros.h
+++ b/FreeRTOS/Test/CMock/event_groups/list_macros.h
@@ -65,7 +65,7 @@ TickType_t listGET_ITEM_VALUE_OF_HEAD_ENTRY( List_t * list );
TCB_t * listGET_LIST_ITEM_OWNER( ListItem_t * listItem );
#undef listGET_END_MARKER
-ListItem_t * listGET_END_MARKER( ListItem_t * pxList );
+ListItem_t * listGET_END_MARKER( const List_t * pxList );
#undef listGET_NEXT
ListItem_t * listGET_NEXT( ListItem_t * pxList );