Skip to content

Commit

Permalink
Details
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj committed Apr 18, 2024
1 parent 9c38a73 commit 0143217
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions low_level_platform/impl/include/lf_platform_util.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef PLATFORM_INTERNAL_H
#define PLATFORM_INTERNAL_H
#ifndef LF_PLATFORM_UTIL_H
#define LF_PLATFORM_UTIL_H
/**
* @brief Maps a priority into a destination priority range.
*/
Expand Down
2 changes: 1 addition & 1 deletion test/Tests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ if (NOT DEFINED LF_SINGLE_THREADED)
${RTI_DIR}/rti_remote.c
${CoreLibPath}/tracepoint.c
${LF_PLATFORM_FILE}
${LF_ROOT}/low_level_platform/impl/src/platform_internal.c
${LF_ROOT}/low_level_platform/impl/src/lf_platform_util.c
${LF_ROOT}/low_level_platform/impl/src/lf_atomic_gcc_clang.c
${LF_ROOT}/low_level_platform/impl/src/lf_unix_clock_support.c
${CoreLibPath}/utils/util.c
Expand Down

0 comments on commit 0143217

Please sign in to comment.