From e0d5d8278d38cfb717f865c9acf07435e5f9fb66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccol=C3=B2=20Izzo?= Date: Fri, 11 Dec 2020 15:15:28 +0100 Subject: [PATCH] Add file to fix building error in FM test --- meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 4f3a9df5..cdab3a28 100644 --- a/meson.build +++ b/meson.build @@ -15,7 +15,8 @@ openrtx_src = ['openrtx/src/bootstrap.c', 'openrtx/src/state.c', 'openrtx/src/ui.c', 'openrtx/src/threads.c', - 'openrtx/src/battery.c'] + 'openrtx/src/battery.c', + 'openrtx/src/calibUtils.c'] ## Replace main executable with platform test