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.
1 parent 2395743 commit fad5332Copy full SHA for fad5332
binary_info/CMakeLists.txt
@@ -1,2 +1,2 @@
1
-add_subdirectory_exclude_platforms(blink_any)
2
-add_subdirectory_exclude_platforms(hello_anything)
+add_subdirectory_exclude_platforms(blink_any host)
+add_subdirectory_exclude_platforms(hello_anything host)
uart/hello_uart/hello_uart.c
@@ -39,6 +39,7 @@ int main() {
39
40
// Send out a string, with CR/LF conversions
41
uart_puts(UART_ID, " Hello, UART!\n");
42
+ return 0;
43
}
44
45
/// \end::hello_uart[]
0 commit comments