added uart com if

This commit is contained in:
2021-05-25 17:21:16 +02:00
parent 9e5e6da6f8
commit 4ba4e45789
6 changed files with 618 additions and 1 deletions

View File

@ -0,0 +1,8 @@
target_sources(${TARGET_NAME} PUBLIC
UartComIF.cpp
UartCookie.cpp
)