Bring the Olivetti M290 out of the Dev branch.

This commit is contained in:
OBattler
2025-05-28 05:51:40 +02:00
parent 265b69c7ea
commit 76e9a20e12
7 changed files with 15 additions and 36 deletions

View File

@@ -57,10 +57,6 @@ add_library(mch OBJECT
m_at_misc.c
)
if(OLIVETTI)
target_compile_definitions(mch PRIVATE USE_OLIVETTI)
endif()
if(OPEN_AT)
target_compile_definitions(mch PRIVATE USE_OPEN_AT)
endif()