We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 506295b + 38e4b5d commit 74e425eCopy full SHA for 74e425e
platform/common/CMakeLists.txt
@@ -5,6 +5,7 @@
5
if(PLATFORM_NAME STREQUAL host)
6
add_library(platform_common INTERFACE)
7
target_include_directories(platform_common INTERFACE export)
8
+ target_link_libraries(platform_common INTERFACE utils)
9
else()
10
# IRQ management must be enabled only if cross-compiling for embedded boards
11
platform/common/export/common/console.hpp
@@ -3,7 +3,7 @@
3
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4
//! \file
-//! \brief Common bypas console implementation.
+//! \brief Common bypass console implementation.
#ifndef PLATFORM_COMMON_CONSOLE_HPP_
#define PLATFORM_COMMON_CONSOLE_HPP_
0 commit comments