From 55d2dfa988def6cbc3ed58ef382cd8e9c8e15fca Mon Sep 17 00:00:00 2001 From: David Kuder Date: Sun, 16 Apr 2023 23:17:13 -0400 Subject: [PATCH] Add UART library for Z80 mode --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5bc7ca0..8eb3808 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -138,6 +138,7 @@ if(${CMAKE_CURRENT_BINARY_DIR} MATCHES "-z80") target_link_libraries(v2-analog${BINARY_TAGS} PUBLIC tinyusb_device tinyusb_board + hardware_uart ) endif()