diff --git a/platform/targets/linux/platform.c b/platform/targets/linux/platform.c index f2e346d2..6979a245 100644 --- a/platform/targets/linux/platform.c +++ b/platform/targets/linux/platform.c @@ -15,11 +15,20 @@ * along with this program; if not, see * ***************************************************************************/ +#include #include #include #include #include "emulator.h" +/* + * Create the data structure holding Module17 calibration data to make the + * corresponding symbol available to the ui.c object file and, consequently, allow + * the linker doing its job. This allows to compile and execute OpenRTX on linux + * with the Module17 UI to make development faster. + */ +mod17Calib_t mod17CalData; + static const hwInfo_t hwInfo = {