uart compile fix

This commit is contained in:
milek7
2019-04-05 13:58:24 +02:00
parent 1248d71c8a
commit c17e737abb

View File

@@ -118,6 +118,7 @@ else()
endif()
if (WITH_UART)
add_definitions(-DWITH_UART)
set(SOURCES ${SOURCES} "uart.cpp")
endif()