Move MSI MS-4144 into dev branch

This commit is contained in:
cartifanwlr
2024-01-27 18:34:04 +03:00
parent f7c28f7e32
commit f4fadfe22e
5 changed files with 11 additions and 2 deletions

View File

@@ -40,3 +40,7 @@ endif()
if(OPEN_AT)
target_compile_definitions(mch PRIVATE USE_OPEN_AT)
endif()
if(MS4144)
target_compile_definitions(mch PRIVATE USE_MS4144)
endif()