From f30a9ec9e1b0f0877f19eceb4362f1794656c3ce Mon Sep 17 00:00:00 2001 From: Bertrand Songis Date: Wed, 20 Mar 2019 21:19:51 +0100 Subject: [PATCH] Compilation fix --- radio/src/storage/conversions/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radio/src/storage/conversions/CMakeLists.txt b/radio/src/storage/conversions/CMakeLists.txt index 258b89431..d8b8ea749 100644 --- a/radio/src/storage/conversions/CMakeLists.txt +++ b/radio/src/storage/conversions/CMakeLists.txt @@ -1,4 +1,4 @@ -if(PCB STREQUAL X9D OR PCB STREQUAL X9DP OR PCB STREQUAL SKY9X) +if(PCB STREQUAL X9D OR PCB STREQUAL X9DP OR PCB STREQUAL SKY9X OR PCB STREQUAL AR9X) set(EEPROM_CONVERSIONS 216) endif()