Skip to content

Commit

Permalink
resolve semphr mocking warning
Browse files Browse the repository at this point in the history
  • Loading branch information
HTRamsey committed Feb 4, 2024
1 parent 1fdf05b commit 56e70f7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
#include <stdint.h>

#include "mock_task.h"
#include "mock_semphr.h"

#include "mock_FreeRTOS_IP.h"
#include "mock_FreeRTOS_Sockets.h"
Expand Down
1 change: 0 additions & 1 deletion test/unit-test/FreeRTOS_Stream_Buffer/ut.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ set(mock_list "")
list(APPEND mock_list
"${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/include/task.h"
"${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/include/list.h"
"${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/include/semphr.h"
"${CMAKE_BINARY_DIR}/Annexed_TCP/FreeRTOS_IP.h"
"${CMAKE_BINARY_DIR}/Annexed_TCP/FreeRTOS_Sockets.h"
"${CMAKE_BINARY_DIR}/Annexed_TCP/FreeRTOS_UDP_IP.h"
Expand Down
1 change: 0 additions & 1 deletion test/unit-test/FreeRTOS_UDP_IPv6/ut.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ list(APPEND mock_list
"${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/include/list.h"
"${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/include/queue.h"
"${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/include/event_groups.h"
"${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/include/semphr.h"
"${CMAKE_BINARY_DIR}/Annexed_TCP/FreeRTOS_ARP.h"
"${CMAKE_BINARY_DIR}/Annexed_TCP/FreeRTOS_DHCP.h"
"${CMAKE_BINARY_DIR}/Annexed_TCP/FreeRTOS_DNS_Globals.h"
Expand Down

0 comments on commit 56e70f7

Please sign in to comment.