EDID Parser: Fix a warning and move the whole thing to utils/.

This commit is contained in:
OBattler
2025-09-01 13:11:30 +02:00
parent e130f65f9c
commit 3d7ffdcde0
3 changed files with 2 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ add_library(utils OBJECT
cJSON.c
crc.c
crc32.c
edid_parse.cpp
fifo.c
fifo8.c
ini.c