Skip to content

Commit 74e425e

Browse files
authored
Merge pull request #1 from forGGe/g230_build_fixes_for_377_pr
common: fix dependency for console header
2 parents 506295b + 38e4b5d commit 74e425e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

platform/common/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
if(PLATFORM_NAME STREQUAL host)
66
add_library(platform_common INTERFACE)
77
target_include_directories(platform_common INTERFACE export)
8+
target_link_libraries(platform_common INTERFACE utils)
89
else()
910
# IRQ management must be enabled only if cross-compiling for embedded boards
1011

platform/common/export/common/console.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
44

55
//! \file
6-
//! \brief Common bypas console implementation.
6+
//! \brief Common bypass console implementation.
77

88
#ifndef PLATFORM_COMMON_CONSOLE_HPP_
99
#define PLATFORM_COMMON_CONSOLE_HPP_

0 commit comments

Comments
 (0)