Skip to content

Commit

Permalink
fix host build and remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kilograham committed Nov 23, 2024
1 parent 2395743 commit fad5332
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions binary_info/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
add_subdirectory_exclude_platforms(blink_any)
add_subdirectory_exclude_platforms(hello_anything)
add_subdirectory_exclude_platforms(blink_any host)
add_subdirectory_exclude_platforms(hello_anything host)
1 change: 1 addition & 0 deletions uart/hello_uart/hello_uart.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ int main() {

// Send out a string, with CR/LF conversions
uart_puts(UART_ID, " Hello, UART!\n");
return 0;
}

/// \end::hello_uart[]

0 comments on commit fad5332

Please sign in to comment.