Cleanup changes and move testable code to a separate file
commit14404e0c57aeb8b471f9c24e7ab58761de311e55
authorMarcelo Bezerra <23555060+mmosca@users.noreply.github.com>
Wed, 8 Feb 2023 08:42:57 +0000 (8 09:42 +0100)
committerMarcelo Bezerra <23555060+mmosca@users.noreply.github.com>
Wed, 8 Feb 2023 08:42:57 +0000 (8 09:42 +0100)
tree1f6a37d2d12f039eff61616321474a5a995884f9
parentf727232a195a67591926174c821f60ad2f27e5c8
Cleanup changes and move testable code to a separate file
src/main/CMakeLists.txt
src/main/io/osd.c
src/main/io/osd_utils.c [new file with mode: 0644]
src/main/io/osd_utils.h [new file with mode: 0644]
src/test/unit/CMakeLists.txt