Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Kharisov <ah@bright-box.com>2021-07-08 21:20:13 +0300
committerGitHub <noreply@github.com>2021-07-08 21:20:13 +0300
commit9f6e14d0054671135ce4319d001e9397ffeb3c3a (patch)
tree8a52a0a847dca7036e135280bf75a02d56557bb2 /applications/applications.mk
parent4ce41a3e6fcc5693f3891577ef552c6b1b8033f4 (diff)
[FL-1398] IRDA: Implement timings encoder, add RC-6 (#570)
* Add RC-6 protocol * Implement timings Encoder * Remove Unit-tests from build
Diffstat (limited to 'applications/applications.mk')
-rw-r--r--applications/applications.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/applications.mk b/applications/applications.mk
index 6b26850f..7c06bf51 100644
--- a/applications/applications.mk
+++ b/applications/applications.mk
@@ -41,7 +41,7 @@ APP_SPEAKER_DEMO = 1
APP_EXAMPLE_BLINK = 1
APP_EXAMPLE_UART_WRITE = 1
APP_EXAMPLE_INPUT_DUMP = 1
-APP_UNIT_TESTS = 1
+APP_UNIT_TESTS = 0
APP_IRDA_MONITOR = 1
APP_VERTICAL_SCREEN = 1
endif