Put uart_bind() into uart_common.c

This commit is contained in:
wh201906 2023-12-25 23:50:34 +08:00
commit ecec001fdd
No known key found for this signature in database
7 changed files with 81 additions and 66 deletions

View file

@ -289,6 +289,7 @@ set (TARGET_SOURCES
${PM3_ROOT}/client/src/mifare/desfiretest.c
${PM3_ROOT}/client/src/mifare/gallaghercore.c
${PM3_ROOT}/client/src/uart/ringbuffer.c
${PM3_ROOT}/client/src/uart/uart_common.c
${PM3_ROOT}/client/src/uart/uart_posix.c
${PM3_ROOT}/client/src/uart/uart_win32.c
${PM3_ROOT}/client/src/ui/overlays.ui