Bring the AN430TX out of the Dev branch in form of the Packard Bell PB790.

This commit is contained in:
OBattler
2025-05-28 04:20:25 +02:00
parent 27673a68b5
commit 83224dcade
5 changed files with 71 additions and 78 deletions

View File

@@ -57,14 +57,6 @@ add_library(mch OBJECT
m_at_misc.c
)
if(AN430TX)
target_compile_definitions(mch PRIVATE USE_AN430TX)
endif()
if(DESKPRO386)
target_compile_definitions(mch PRIVATE USE_DESKPRO386)
endif()
if(OLIVETTI)
target_compile_definitions(mch PRIVATE USE_OLIVETTI)
endif()