build.py: Switch to AnyAvrGcc.cmake

pull/1/head
Alan Dragomirecký 2021-04-14 16:29:26 +02:00
parent 0a0df081fb
commit 84e0394305
No known key found for this signature in database
GPG Key ID: 408E8F08D33F9D03
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ class FirmwareBuildConfiguration(BuildConfiguration):
@staticmethod @staticmethod
def default_toolchain() -> Path: def default_toolchain() -> Path:
return Path( return Path(
__file__).resolve().parent.parent / 'cmake/GccArmNoneEabi.cmake' __file__).resolve().parent.parent / 'cmake/AnyAvrGcc.cmake'
def get_cmake_cache_entries(self): def get_cmake_cache_entries(self):
entries = [] entries = []