From 84e03943050b7059b10641eb7ae17c8e66685520 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alan=20Dragomirecky=CC=81?= Date: Wed, 14 Apr 2021 16:29:26 +0200 Subject: [PATCH] build.py: Switch to AnyAvrGcc.cmake --- utils/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/build.py b/utils/build.py index 240a18c..8da233d 100755 --- a/utils/build.py +++ b/utils/build.py @@ -140,7 +140,7 @@ class FirmwareBuildConfiguration(BuildConfiguration): @staticmethod def default_toolchain() -> Path: return Path( - __file__).resolve().parent.parent / 'cmake/GccArmNoneEabi.cmake' + __file__).resolve().parent.parent / 'cmake/AnyAvrGcc.cmake' def get_cmake_cache_entries(self): entries = []