Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions platform/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
if(PLATFORM_NAME STREQUAL host)
add_library(platform_common INTERFACE)
target_include_directories(platform_common INTERFACE export)
target_link_libraries(platform_common INTERFACE utils)
else()
# IRQ management must be enabled only if cross-compiling for embedded boards

Expand Down
2 changes: 1 addition & 1 deletion platform/common/export/common/console.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

//! \file
//! \brief Common bypas console implementation.
//! \brief Common bypass console implementation.

#ifndef PLATFORM_COMMON_CONSOLE_HPP_
#define PLATFORM_COMMON_CONSOLE_HPP_
Expand Down